Integration of OCCT 6.5.0 from SVN
[occt.git] / src / RWStepVisual / RWStepVisual_RWPlanarExtent.cdl
diff --git a/src/RWStepVisual/RWStepVisual_RWPlanarExtent.cdl b/src/RWStepVisual/RWStepVisual_RWPlanarExtent.cdl
new file mode 100755 (executable)
index 0000000..0d5a4f0
--- /dev/null
@@ -0,0 +1,27 @@
+-- File:        PlanarExtent.cdl
+-- Created:     Mon Dec  4 12:02:28 1995
+-- Author:      EXPRESS->CDL V0.2 Translator
+-- Copyright:   Matra-Datavision 1993
+
+
+
+
+class RWPlanarExtent from RWStepVisual
+
+       ---Purpose : Read & Write Module for PlanarExtent
+
+uses Check from Interface,
+     StepReaderData from StepData,
+     StepWriter from StepData,
+     PlanarExtent from StepVisual
+
+is
+
+       Create returns RWPlanarExtent;
+
+       ReadStep (me; data : StepReaderData; num : Integer;
+                     ach : in out Check; ent : mutable PlanarExtent from StepVisual);
+
+       WriteStep (me; SW : in out StepWriter; ent : PlanarExtent from StepVisual);
+
+end RWPlanarExtent;