Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepFEA / StepFEA_Node.cdl
diff --git a/src/StepFEA/StepFEA_Node.cdl b/src/StepFEA/StepFEA_Node.cdl
new file mode 100755 (executable)
index 0000000..be429af
--- /dev/null
@@ -0,0 +1,22 @@
+-- File:       StepFEA_Node.cdl
+-- Created:    Thu Dec 12 17:51:06 2002 
+-- Author:     data exchange team
+-- Generator:  ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
+-- Copyright:  Open CASCADE 2002
+
+class Node from StepFEA
+inherits NodeRepresentation from StepFEA
+
+    ---Purpose: Representation of STEP entity Node
+
+uses
+    HAsciiString from TCollection,
+    HArray1OfRepresentationItem from StepRepr,
+    RepresentationContext from StepRepr,
+    FeaModel from StepFEA
+
+is
+    Create returns Node from StepFEA;
+       ---Purpose: Empty constructor
+
+end Node;