Integration of OCCT 6.5.0 from SVN
[occt.git] / src / TopoDS / TopoDS_TFace.cdl
CommitLineData
7fd59977 1-- File: TopoDS_TFace.cdl
2-- Created: Mon Dec 17 11:18:44 1990
3-- Author: Remi Lequette
4---Copyright: Matra Datavision 1990, 1992
5
6
7class TFace from TopoDS inherits TShape from TopoDS
8
9uses
10 ShapeEnum from TopAbs
11
12is
13 Create returns mutable TFace from TopoDS;
14 ---C++: inline
15 ---Purpose: Creates an empty TFace.
16
17 ShapeType(me) returns ShapeEnum from TopAbs;
18 ---Purpose: returns FACE.
19
20 EmptyCopy(me) returns mutable TShape from TopoDS is virtual;
21 ---Purpose: Returns an empty TFace.
22
23end TFace;