mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-09 16:20:35 +05:00
25 lines
339 B
Plaintext
25 lines
339 B
Plaintext
|
-- File : Partition.cdl
|
||
|
-- Created: Thu Aug 02 16:07:39 2001
|
||
|
-- Author : Benedicte MARTIN
|
||
|
--
|
||
|
---Copyright: OPEN CASCADE 2001
|
||
|
|
||
|
|
||
|
package Partition
|
||
|
|
||
|
uses
|
||
|
TopoDS,
|
||
|
TopTools,
|
||
|
TopAbs,
|
||
|
BRepAlgo,
|
||
|
BRep,
|
||
|
gp
|
||
|
is
|
||
|
class Spliter;
|
||
|
class Inter3d;
|
||
|
class Inter2d;
|
||
|
class Loop2d;
|
||
|
class Loop3d;
|
||
|
|
||
|
end Partition;
|