blob: e56e7e981ca268b32d1c69810c2e45888a8c5d88 (
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: RWStepShape_RWExtrudedFaceSolid.cdl
-- Created: Mon Mar 15 15:13:10 1999
-- Author: data exchange team
-- <det@androx.nnov.matra-dtv.fr>
---Copyright: Matra Datavision 1999
class RWExtrudedFaceSolid from RWStepShape
---Purpose: Read & Write Module for ExtrudedFaceSolid
uses
Check from Interface,
StepReaderData from StepData,
StepWriter from StepData,
ExtrudedFaceSolid from StepShape,
EntityIterator from Interface
is
Create returns RWExtrudedFaceSolid;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ExtrudedFaceSolid from StepShape);
WriteStep (me; SW : in out StepWriter; ent : ExtrudedFaceSolid from StepShape);
Share(me; ent : ExtrudedFaceSolid from StepShape; iter : in out EntityIterator);
end RWExtrudedFaceSolid;
|