blob: eccc9fcafc2832c6df88c35e3637fd5eed22bedf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
-- File: RWStepShape_RWDefinitionalRepresentationAndShapeRepresentation.cdl
-- Created: Tue Jul 11 19:02:37 2000
-- Author: Andrey BETENEV
-- Copyright: Matra-Datavision 2000
class RWDefinitionalRepresentationAndShapeRepresentation from RWStepShape
---Purpose : Read & Write Module for ConversionBasedUnitAndLengthUnit
uses Check from Interface,
StepReaderData from StepData,
StepWriter from StepData,
DefinitionalRepresentationAndShapeRepresentation from StepShape,
EntityIterator from Interface
is
Create returns RWDefinitionalRepresentationAndShapeRepresentation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DefinitionalRepresentationAndShapeRepresentation from StepShape);
WriteStep (me; SW : in out StepWriter; ent : DefinitionalRepresentationAndShapeRepresentation from StepShape);
Share(me; ent : DefinitionalRepresentationAndShapeRepresentation from StepShape; iter : in out EntityIterator);
end RWDefinitionalRepresentationAndShapeRepresentation;
|