0022731: Error on attempt to write in IGES 5.3 the attached brep model
[occt.git] / src / IGESControl / IGESControl.cdl
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
8 package IGESControl
9
10     ---Purpose : This package provide external access and control to use IGES
11     --           See also IGESToBRep for reading IGES to Shapes
12
13 uses
14
15     TColStd,
16     Interface,
17     Transfer,
18     IFSelect,
19     XSControl,
20     IGESData,
21     TopoDS,
22     IGESToBRep,
23     ShapeExtend, 
24     Message
25
26 is
27
28     class Controller;
29     class Writer;
30     class Reader;
31     class ActorWrite;
32     class IGESBoundary;
33     class AlgoContainer;
34     class ToolContainer;
35
36 end;