blob: d54ffe37739b5a0080ec3f2489c565189c9fc274 (
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
31
32
33
34
35
36
|
-- File: IGESControl.cdl
-- Created: Tue Jan 30 18:44:36 1996
-- Author: Christian CAILLET
-- <cky@paris1>
---Copyright: Matra Datavision 1996
package IGESControl
---Purpose : This package provide external access and control to use IGES
-- See also IGESToBRep for reading IGES to Shapes
uses
TColStd,
Interface,
Transfer,
IFSelect,
XSControl,
IGESData,
TopoDS,
IGESToBRep,
ShapeExtend,
Message
is
class Controller;
class Writer;
class Reader;
class ActorWrite;
class IGESBoundary;
class AlgoContainer;
class ToolContainer;
end;
|