Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepFEA / StepFEA_AlignedSurface3dElementCoordinateSystem.cdl
diff --git a/src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cdl b/src/StepFEA/StepFEA_AlignedSurface3dElementCoordinateSystem.cdl
new file mode 100755 (executable)
index 0000000..8951d90
--- /dev/null
@@ -0,0 +1,32 @@
+-- File:       StepFEA_AlignedSurface3dElementCoordinateSystem.cdl
+-- Created:    Thu Dec 26 15:06:34 2002 
+-- Author:     data exchange team
+-- Generator:  ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
+-- Copyright:  Open CASCADE 2002
+
+class AlignedSurface3dElementCoordinateSystem from StepFEA
+inherits FeaRepresentationItem from StepFEA
+
+    ---Purpose: Representation of STEP entity AlignedSurface3dElementCoordinateSystem
+
+uses
+    HAsciiString from TCollection,
+    FeaAxis2Placement3d from StepFEA
+
+is
+    Create returns AlignedSurface3dElementCoordinateSystem from StepFEA;
+       ---Purpose: Empty constructor
+
+    Init (me: mutable; aRepresentationItem_Name: HAsciiString from TCollection;
+                       aCoordinateSystem: FeaAxis2Placement3d from StepFEA);
+       ---Purpose: Initialize all fields (own and inherited)
+
+    CoordinateSystem (me) returns FeaAxis2Placement3d from StepFEA;
+       ---Purpose: Returns field CoordinateSystem
+    SetCoordinateSystem (me: mutable; CoordinateSystem: FeaAxis2Placement3d from StepFEA);
+       ---Purpose: Set field CoordinateSystem
+
+fields
+    theCoordinateSystem: FeaAxis2Placement3d from StepFEA;
+
+end AlignedSurface3dElementCoordinateSystem;