blob: c8332024fa084e8166deda9ec50ea5479be6adfc (
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
|
-- File: TopoDSToStep_FacetedTool.cdl
-- Created: Thu Feb 16 10:18:55 1995
-- Author: Dieter THIEMANN
-- <dth@cinox>
---Copyright: Matra Datavision 1995
class FacetedTool from TopoDSToStep
---Purpose: This Tool Class provides Information about Faceted Shapes
-- to be mapped to STEP.
uses
Shape from TopoDS,
FacetedError from TopoDSToStep
is
-- -----------------------------------------------------------
-- just class methods
-- -----------------------------------------------------------
CheckTopoDSShape(myclass; SH : Shape from TopoDS)
returns FacetedError from TopoDSToStep;
end FacetedTool from TopoDSToStep;
|