Integration of OCCT 6.5.0 from SVN
[occt.git] / src / RWStepRepr / RWStepRepr_RWShapeAspectDerivingRelationship.cdl
CommitLineData
7fd59977 1-- File: RWStepRepr_RWShapeAspectDerivingRelationship.cdl
2-- Created: Wed Jun 4 14:17:23 2003
3-- Author: Galina KULIKOVA
4-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
5-- Copyright: Open CASCADE 2002
6
7class RWShapeAspectDerivingRelationship from RWStepRepr
8
9 ---Purpose: Read & Write tool for ShapeAspectDerivingRelationship
10
11uses
12 Check from Interface,
13 StepWriter from StepData,
14 StepReaderData from StepData,
15 EntityIterator from Interface,
16 ShapeAspectDerivingRelationship from StepRepr
17
18is
19 Create returns RWShapeAspectDerivingRelationship from RWStepRepr;
20 ---Purpose: Empty constructor
21
22 ReadStep (me; data: StepReaderData from StepData; num: Integer;
23 ach : in out Check from Interface;
24 ent : ShapeAspectDerivingRelationship from StepRepr);
25 ---Purpose: Reads ShapeAspectDerivingRelationship
26
27 WriteStep (me; SW: in out StepWriter from StepData;
28 ent: ShapeAspectDerivingRelationship from StepRepr);
29 ---Purpose: Writes ShapeAspectDerivingRelationship
30
31 Share (me; ent : ShapeAspectDerivingRelationship from StepRepr;
32 iter: in out EntityIterator from Interface);
33 ---Purpose: Fills data for graph (shared items)
34
35end RWShapeAspectDerivingRelationship;