blob: d36cc8a5f222e1fece430969d759b8f021a116a8 (
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
|
-- File: TCompSolid.cdl
-- Created: Mon Dec 17 11:18:44 1990
-- Author: Remi Lequette
-- <rle@topsn3>
---Copyright: Matra Datavision 1990, 1992
class TCompSolid from PTopoDS inherits TShape from PTopoDS
---Purpose: A topological Composite Solid shape.
uses
ShapeEnum from TopAbs
is
Create returns mutable TCompSolid from PTopoDS;
---Purpose: The new TCompSolid is empty.
---Level: Internal
ShapeType(me) returns ShapeEnum from TopAbs;
---Level: Internal
end TCompSolid;
|