1 // File: StepFEA_FeaMoistureAbsorption.cxx
2 // Created: Thu Dec 12 17:51:05 2002
3 // Author: data exchange team
4 // Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
5 // Copyright: Open CASCADE 2002
7 #include <StepFEA_FeaMoistureAbsorption.ixx>
9 //=======================================================================
10 //function : StepFEA_FeaMoistureAbsorption
12 //=======================================================================
14 StepFEA_FeaMoistureAbsorption::StepFEA_FeaMoistureAbsorption ()
18 //=======================================================================
21 //=======================================================================
23 void StepFEA_FeaMoistureAbsorption::Init (const Handle(TCollection_HAsciiString) &aRepresentationItem_Name,
24 const StepFEA_SymmetricTensor23d &aFeaConstants)
26 StepFEA_FeaMaterialPropertyRepresentationItem::Init(aRepresentationItem_Name);
28 theFeaConstants = aFeaConstants;
31 //=======================================================================
32 //function : FeaConstants
34 //=======================================================================
36 StepFEA_SymmetricTensor23d StepFEA_FeaMoistureAbsorption::FeaConstants () const
38 return theFeaConstants;
41 //=======================================================================
42 //function : SetFeaConstants
44 //=======================================================================
46 void StepFEA_FeaMoistureAbsorption::SetFeaConstants (const StepFEA_SymmetricTensor23d &aFeaConstants)
48 theFeaConstants = aFeaConstants;