0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one...
[occt.git] / src / RWStepShape / RWStepShape_RWOrientedClosedShell.cdl
CommitLineData
7fd59977 1-- File: OrientedClosedShell.cdl
2-- Created: Mon Dec 4 12:02:28 1995
3-- Author: EXPRESS->CDL V0.2 Translator
4-- Copyright: Matra-Datavision 1993
5
6
7
8
9class RWOrientedClosedShell from RWStepShape
10
11 ---Purpose : Read & Write Module for OrientedClosedShell
12
13uses Check from Interface,
14 StepReaderData from StepData,
15 StepWriter from StepData,
16 OrientedClosedShell from StepShape,
17 EntityIterator from Interface
18
19is
20
21 Create returns RWOrientedClosedShell;
22
23 ReadStep (me; data : StepReaderData; num : Integer;
24 ach : in out Check; ent : mutable OrientedClosedShell from StepShape);
25
26 WriteStep (me; SW : in out StepWriter; ent : OrientedClosedShell from StepShape);
27
28 Share(me; ent : OrientedClosedShell from StepShape; iter : in out EntityIterator);
29
30end RWOrientedClosedShell;