Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepFEA / StepFEA_FeaShellShearStiffness.cdl
CommitLineData
7fd59977 1-- File: StepFEA_FeaShellShearStiffness.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
7class FeaShellShearStiffness from StepFEA
8inherits FeaMaterialPropertyRepresentationItem from StepFEA
9
10 ---Purpose: Representation of STEP entity FeaShellShearStiffness
11
12uses
13 HAsciiString from TCollection,
14 SymmetricTensor22d from StepFEA
15
16is
17 Create returns FeaShellShearStiffness from StepFEA;
18 ---Purpose: Empty constructor
19
20 Init (me: mutable; aRepresentationItem_Name: HAsciiString from TCollection;
21 aFeaConstants: SymmetricTensor22d from StepFEA);
22 ---Purpose: Initialize all fields (own and inherited)
23
24 FeaConstants (me) returns SymmetricTensor22d from StepFEA;
25 ---Purpose: Returns field FeaConstants
26 SetFeaConstants (me: mutable; FeaConstants: SymmetricTensor22d from StepFEA);
27 ---Purpose: Set field FeaConstants
28
29fields
30 theFeaConstants: SymmetricTensor22d from StepFEA;
31
32end FeaShellShearStiffness;