0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one...
[occt.git] / src / RWStepShape / RWStepShape_RWExtrudedFaceSolid.cdl
1 -- File:        RWStepShape_RWExtrudedFaceSolid.cdl
2 -- Created:     Mon Mar 15 15:13:10 1999
3 -- Author:      data exchange team
4 --              <det@androx.nnov.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 1999
6
7
8 class RWExtrudedFaceSolid from RWStepShape 
9
10         ---Purpose: Read & Write Module for ExtrudedFaceSolid
11
12 uses
13      Check from Interface,
14      StepReaderData from StepData,
15      StepWriter from StepData,
16      ExtrudedFaceSolid from StepShape,
17      EntityIterator from Interface
18
19 is
20         Create returns RWExtrudedFaceSolid;
21
22         ReadStep (me; data : StepReaderData; num : Integer;
23                       ach : in out Check; ent : mutable ExtrudedFaceSolid from StepShape);
24
25         WriteStep (me; SW : in out StepWriter; ent : ExtrudedFaceSolid from StepShape);
26
27         Share(me; ent : ExtrudedFaceSolid from StepShape; iter : in out EntityIterator);
28
29
30 end RWExtrudedFaceSolid;