blob: 482dab119e7433fdb740f41742f8be37fd699660 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
-- File: ShapeAlgo.cdl
-- Created: Mon Feb 7 12:17:57 2000
-- Author: data exchange team
-- <det@nnov.matra-dtv.fr>
---Copyright: Matra Datavision 2000
package ShapeAlgo
---Purpose:
uses
MMgt,
Geom,
Geom2d,
TColGeom,
TColGeom2d,
TopoDS,
ShapeExtend,
ShapeAnalysis,
ShapeFix,
GeomAbs
is
class ToolContainer;
---Purpose: Returns tools used by AlgoContainer
class AlgoContainer;
---Purpose: Provides initerface to the algorithms from Shape Healing.
Init;
---Purpose: Creates and initializes default AlgoContainer.
SetAlgoContainer (aContainer: AlgoContainer from ShapeAlgo);
---Purpose: Sets default AlgoContainer
AlgoContainer returns AlgoContainer from ShapeAlgo;
---Purpose: Returns default AlgoContainer
end ShapeAlgo;
|