Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepFEA / StepFEA_FeaShellBendingStiffness.cdl
1 -- File:        StepFEA_FeaShellBendingStiffness.cdl
2 -- Created:     Thu Dec 12 17:51:06 2002 
3 -- Author:      data exchange team
4 -- Generator:   ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
5 -- Copyright:   Open CASCADE 2002
6
7 class FeaShellBendingStiffness from StepFEA
8 inherits FeaMaterialPropertyRepresentationItem from StepFEA
9
10     ---Purpose: Representation of STEP entity FeaShellBendingStiffness
11
12 uses
13     HAsciiString from TCollection,
14     SymmetricTensor42d from StepFEA
15
16 is
17     Create returns FeaShellBendingStiffness from StepFEA;
18         ---Purpose: Empty constructor
19
20     Init (me: mutable; aRepresentationItem_Name: HAsciiString from TCollection;
21                        aFeaConstants: SymmetricTensor42d from StepFEA);
22         ---Purpose: Initialize all fields (own and inherited)
23
24     FeaConstants (me) returns SymmetricTensor42d from StepFEA;
25         ---Purpose: Returns field FeaConstants
26     SetFeaConstants (me: mutable; FeaConstants: SymmetricTensor42d from StepFEA);
27         ---Purpose: Set field FeaConstants
28
29 fields
30     theFeaConstants: SymmetricTensor42d from StepFEA;
31
32 end FeaShellBendingStiffness;