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