blob: d77a81af0486061961d59243c3582b9245bbea06 (
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
28
29
30
|
-- File: GeometricRepresentationContextAndParametricRepresentationContext.cdl
-- Created: Thu Dec 7 14:30:30 1995
-- Author: FMA
-- Copyright: Matra-Datavision 1996
class RWGeometricRepresentationContextAndParametricRepresentationContext from RWStepGeom
---Purpose : Read & Write Module for GeometricRepresentationContextAndParametricRepresentationContext
uses Check from Interface,
StepReaderData from StepData,
StepWriter from StepData,
GeometricRepresentationContextAndParametricRepresentationContext from StepGeom,
EntityIterator from Interface
is
Create returns RWGeometricRepresentationContextAndParametricRepresentationContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable GeometricRepresentationContextAndParametricRepresentationContext from StepGeom);
WriteStep (me; SW : in out StepWriter; ent : GeometricRepresentationContextAndParametricRepresentationContext from StepGeom);
Share(me; ent : GeometricRepresentationContextAndParametricRepresentationContext from StepGeom; iter : in out EntityIterator);
end RWGeometricRepresentationContextAndParametricRepresentationContext;
|