0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one...
[occt.git] / src / RWStepShape / RWStepShape_RWDimensionalLocation.cdl
1 -- File:        RWStepShape_RWDimensionalLocation.cdl
2 -- Created:     Tue Apr 18 16:42:58 2000 
3 -- Author:      Andrey BETENEV
4 -- Generator:   ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.0
5 -- Copyright:   Matra Datavision 1999
6
7 class RWDimensionalLocation from RWStepShape
8
9     ---Purpose: Read & Write tool for DimensionalLocation
10
11 uses
12     Check from Interface,
13     StepWriter from StepData,
14     StepReaderData from StepData,
15     EntityIterator from Interface,
16     DimensionalLocation from StepShape
17
18 is
19     Create returns RWDimensionalLocation 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 : DimensionalLocation from StepShape);
25         ---Purpose: Reads DimensionalLocation
26
27     WriteStep (me; SW: in out StepWriter from StepData;
28                    ent: DimensionalLocation from StepShape);
29         ---Purpose: Writes DimensionalLocation
30
31     Share (me; ent : DimensionalLocation from StepShape;
32                iter: in out EntityIterator from Interface);
33         ---Purpose: Fills data for graph (shared items)
34
35 end RWDimensionalLocation;