Integration of OCCT 6.5.0 from SVN
[occt.git] / src / RWStepRepr / RWStepRepr_RWPropertyDefinitionRepresentation.cdl
CommitLineData
7fd59977 1-- File: RWStepRepr_RWPropertyDefinitionRepresentation.cdl
2-- Created: Thu Dec 12 17:15:59 2002
3-- Author: data exchange team
4-- Generator: ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
5-- Copyright: Open CASCADE 2002
6
7class RWPropertyDefinitionRepresentation from RWStepRepr
8
9 ---Purpose: Read & Write tool for PropertyDefinitionRepresentation
10
11uses
12 Check from Interface,
13 StepWriter from StepData,
14 StepReaderData from StepData,
15 EntityIterator from Interface,
16 PropertyDefinitionRepresentation from StepRepr
17
18is
19 Create returns RWPropertyDefinitionRepresentation 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 : PropertyDefinitionRepresentation from StepRepr);
25 ---Purpose: Reads PropertyDefinitionRepresentation
26
27 WriteStep (me; SW: in out StepWriter from StepData;
28 ent: PropertyDefinitionRepresentation from StepRepr);
29 ---Purpose: Writes PropertyDefinitionRepresentation
30
31 Share (me; ent : PropertyDefinitionRepresentation from StepRepr;
32 iter: in out EntityIterator from Interface);
33 ---Purpose: Fills data for graph (shared items)
34
35end RWPropertyDefinitionRepresentation;