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