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