0021778: IGESControl_Writer does not take into account parameter write.iges.brep...
[occt.git] / src / IGESControl / IGESControl.cdl
CommitLineData
7fd59977 1-- File: IGESControl.cdl
2-- Created: Tue Jan 30 18:44:36 1996
3-- Author: Christian CAILLET
4-- <cky@paris1>
5---Copyright: Matra Datavision 1996
6
7
8package IGESControl
9
10 ---Purpose : This package provide external access and control to use IGES
11 -- See also IGESToBRep for reading IGES to Shapes
12
13uses
14
15 TColStd,
16 Interface,
17 Transfer,
18 IFSelect,
19 XSControl,
20 IGESData,
21 TopoDS,
22 IGESToBRep,
23 ShapeExtend,
24 Message
25
26is
27
28 class Controller;
29 class Writer;
30 class Reader;
31 class ActorWrite;
32 class IGESBoundary;
33 class AlgoContainer;
34 class ToolContainer;
35
36end;