Integration of OCCT 6.5.0 from SVN
[occt.git] / src / GccInt / GccInt.cdl
diff --git a/src/GccInt/GccInt.cdl b/src/GccInt/GccInt.cdl
new file mode 100755 (executable)
index 0000000..6ebd788
--- /dev/null
@@ -0,0 +1,37 @@
+-- File:       GccInt.cdl
+-- Created:    Fri Mar 22 13:20:33 1991
+-- Author:     Philippe DAUTRY
+--             <fid@phobox>
+---Copyright:   Matra Datavision 1991
+
+
+package GccInt
+
+       ---Purpose: This package implements the services needed by the 
+       --          toolkit Gcc to use curves other than lines or circles.
+       --          This package is also used for intersections and 
+       --          bisecting curves.
+
+uses gp,
+     MMgt,
+     Standard
+
+is
+
+enumeration IType is Lin, Cir, Ell, Par, Hpr, Pnt;
+
+deferred class Bisec;
+
+class BCirc;
+
+class BElips;
+
+class BLine;
+
+class BParab;
+
+class BPoint;
+
+class BHyper;
+
+end GccInt;