0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one...
[occt.git] / src / RWStepShape / RWStepShape_RWCompoundShapeRepresentation.cdl
1 -- File:        RWStepShape_RWCompoundShapeRepresentation.cdl
2 -- Created:     Fri Dec 28 16:01:59 2001 
3 -- Author:      Andrey BETENEV
4 -- Generator:   ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.1
5 -- Copyright:   Matra Datavision 2000
6
7 class RWCompoundShapeRepresentation from RWStepShape
8
9     ---Purpose: Read & Write tool for CompoundShapeRepresentation
10
11 uses
12     Check from Interface,
13     StepWriter from StepData,
14     StepReaderData from StepData,
15     EntityIterator from Interface,
16     CompoundShapeRepresentation from StepShape
17
18 is
19     Create returns RWCompoundShapeRepresentation from RWStepShape;
20         ---Purpose: Empty constructor
21
22     ReadStep (me; data: StepReaderData from StepData; num: Integer;
23                   ach : in out Check from Interface;
24                   ent : CompoundShapeRepresentation from StepShape);
25         ---Purpose: Reads CompoundShapeRepresentation
26
27     WriteStep (me; SW: in out StepWriter from StepData;
28                    ent: CompoundShapeRepresentation from StepShape);
29         ---Purpose: Writes CompoundShapeRepresentation
30
31     Share (me; ent : CompoundShapeRepresentation from StepShape;
32                iter: in out EntityIterator from Interface);
33         ---Purpose: Fills data for graph (shared items)
34
35 end RWCompoundShapeRepresentation;