Integration of OCCT 6.5.0 from SVN
[occt.git] / src / BRepToIGES / BRepToIGES.cdl
1 -- File:        BRepToIGES.cdl 
2 -- Created:     Tue Nov 15 14:19:36 1994
3 -- Author:      Marie Jose MARTZ
4 --              <mjm@minox>
5 ---Copyright:    Matra Datavision 1994
6
7 package BRepToIGES
8
9     ---Purpose : Provides tools in order to transfer CAS.CADE entities
10     --         to IGES.
11
12 uses Interface, IGESData, IGESBasic, IGESGeom, IGESSolid,
13      Geom, Geom2d, GeomToIGES, Geom2dToIGES, 
14      TColStd, TopoDS, TopTools, TopLoc, TopAbs,
15      Transfer, TransferBRep,  
16      BRep, gp, TCollection
17
18 is
19
20 -- classes du package
21
22     class BREntity;
23     class BRShell;
24     class BRSolid;
25     class BRWire;
26
27 end BRepToIGES;
28
29