0022627: Change OCCT memory management defaults
[occt.git] / src / TopoDSToStep / TopoDSToStep_FacetedTool.cdl
1 -- File:        TopoDSToStep_FacetedTool.cdl
2 -- Created:     Thu Feb 16 10:18:55 1995
3 -- Author:      Dieter THIEMANN
4 --              <dth@cinox>
5 ---Copyright:    Matra Datavision 1995
6
7
8 class FacetedTool from TopoDSToStep
9
10     ---Purpose: This Tool Class provides Information about Faceted Shapes
11     --          to be mapped to STEP.
12
13 uses
14
15     Shape  from TopoDS,
16     FacetedError from TopoDSToStep
17
18 is    
19     
20 --  -----------------------------------------------------------
21 --  just class methods
22 --  -----------------------------------------------------------
23
24
25     CheckTopoDSShape(myclass; SH : Shape from TopoDS)
26                      returns FacetedError from TopoDSToStep;
27
28
29 end FacetedTool from TopoDSToStep;
30