File indexing completed on 2026-09-27 09:19:12
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016 #ifndef _StepFEA_FeaLinearElasticity_HeaderFile
0017 #define _StepFEA_FeaLinearElasticity_HeaderFile
0018
0019 #include <Standard.hxx>
0020
0021 #include <StepFEA_SymmetricTensor43d.hxx>
0022 #include <StepFEA_FeaMaterialPropertyRepresentationItem.hxx>
0023 class TCollection_HAsciiString;
0024
0025
0026 class StepFEA_FeaLinearElasticity : public StepFEA_FeaMaterialPropertyRepresentationItem
0027 {
0028
0029 public:
0030
0031 Standard_EXPORT StepFEA_FeaLinearElasticity();
0032
0033
0034 Standard_EXPORT void Init(const occ::handle<TCollection_HAsciiString>& aRepresentationItem_Name,
0035 const StepFEA_SymmetricTensor43d& aFeaConstants);
0036
0037
0038 Standard_EXPORT StepFEA_SymmetricTensor43d FeaConstants() const;
0039
0040
0041 Standard_EXPORT void SetFeaConstants(const StepFEA_SymmetricTensor43d& FeaConstants);
0042
0043 DEFINE_STANDARD_RTTIEXT(StepFEA_FeaLinearElasticity,
0044 StepFEA_FeaMaterialPropertyRepresentationItem)
0045
0046 private:
0047 StepFEA_SymmetricTensor43d theFeaConstants;
0048 };
0049
0050 #endif