Integration of OCCT 6.5.0 from SVN
[occt.git] / src / RWStepVisual / RWStepVisual_RWDraughtingModel.cdl
diff --git a/src/RWStepVisual/RWStepVisual_RWDraughtingModel.cdl b/src/RWStepVisual/RWStepVisual_RWDraughtingModel.cdl
new file mode 100755 (executable)
index 0000000..fbb1719
--- /dev/null
@@ -0,0 +1,35 @@
+-- File:       RWStepVisual_RWDraughtingModel.cdl
+-- Created:    Thu Jan 13 10:08:42 2000 
+-- Author:     Andrey BETENEV
+-- Generator:  ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
+-- Copyright:  Matra Datavision 1999
+
+class RWDraughtingModel from RWStepVisual
+
+    ---Purpose: Read & Write tool for DraughtingModel
+
+uses
+    Check from Interface,
+    StepWriter from StepData,
+    StepReaderData from StepData,
+    EntityIterator from Interface,
+    DraughtingModel from StepVisual
+
+is
+    Create returns RWDraughtingModel from RWStepVisual;
+       ---Purpose: Empty constructor
+
+    ReadStep (me; data: StepReaderData from StepData; num: Integer;
+                  ach : in out Check from Interface;
+                  ent : DraughtingModel from StepVisual);
+       ---Purpose: Reads DraughtingModel
+
+    WriteStep (me; SW: in out StepWriter from StepData;
+                   ent: DraughtingModel from StepVisual);
+       ---Purpose: Writes DraughtingModel
+
+    Share (me; ent : DraughtingModel from StepVisual;
+               iter: in out EntityIterator from Interface);
+       ---Purpose: Fills data for graph (shared items)
+
+end RWDraughtingModel;