Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepGeom / StepGeom_BoundedSurface.cdl
diff --git a/src/StepGeom/StepGeom_BoundedSurface.cdl b/src/StepGeom/StepGeom_BoundedSurface.cdl
new file mode 100755 (executable)
index 0000000..8883c44
--- /dev/null
@@ -0,0 +1,20 @@
+-- File:        BoundedSurface.cdl
+-- Created:     Fri Dec  1 11:11:15 1995
+-- Author:      EXPRESS->CDL V0.2 Translator
+-- Copyright:   Matra-Datavision 1993
+
+
+class BoundedSurface from StepGeom 
+
+inherits Surface from StepGeom 
+
+uses
+
+       HAsciiString from TCollection
+is
+
+       Create returns mutable BoundedSurface;
+       ---Purpose: Returns a BoundedSurface
+
+
+end BoundedSurface;