blob: 99a63091d36d41614fa8361062a22617dc1d64bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
-- File: TopoDS_TSolid.cdl
-- Created: Mon Dec 17 11:18:44 1990
-- Author: Remi Lequette
---Copyright: Matra Datavision 1990, 1992
class TSolid from TopoDS inherits TShape from TopoDS
uses
ShapeEnum from TopAbs
is
Create returns mutable TSolid from TopoDS;
---C++: inline
---Purpose: Creates an empty TSolid.
ShapeType(me) returns ShapeEnum from TopAbs;
---Purpose: returns SOLID.
EmptyCopy(me) returns mutable TShape from TopoDS;
---Purpose: Returns an empty TSolid.
end TSolid;
|