Salome HOME
NRI : Add documentation.
[modules/geom.git] / src / PARTITION / Partition.cdl
1 -- File   :     Partition.cdl
2 -- Created:     Thu Aug 02 16:07:39 2001
3 -- Author :     Benedicte MARTIN 
4 --              
5 ---Copyright:    OPEN CASCADE  2001
6
7
8 package Partition
9
10 uses
11     TopoDS,
12     TopTools,
13     TopAbs,
14     BRepAlgo,
15     BRep,
16     gp
17 is
18     class Spliter;
19     class Inter3d;
20     class Inter2d;
21     class Loop2d;
22     class Loop3d;
23
24 end Partition;