blob: 88729bcbce2e697b89557c6e605e5f071554c29c (
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_TFace.cdl
-- Created: Mon Dec 17 11:18:44 1990
-- Author: Remi Lequette
---Copyright: Matra Datavision 1990, 1992
class TFace from TopoDS inherits TShape from TopoDS
uses
ShapeEnum from TopAbs
is
Create returns mutable TFace from TopoDS;
---C++: inline
---Purpose: Creates an empty TFace.
ShapeType(me) returns ShapeEnum from TopAbs;
---Purpose: returns FACE.
EmptyCopy(me) returns mutable TShape from TopoDS is virtual;
---Purpose: Returns an empty TFace.
end TFace;
|