#include <BRep_TFace.hxx>
Inheritance diagram for BRep_TFace:
Public Member Functions | |
Standard_EXPORT | BRep_TFace () |
Creates an empty TFace. . | |
const Handle_Geom_Surface & | Surface () const |
const Handle_Poly_Triangulation & | Triangulation () const |
const TopLoc_Location & | Location () const |
Standard_Real | Tolerance () const |
void | Surface (const Handle(Geom_Surface)&S) |
void | Triangulation (const Handle(Poly_Triangulation)&T) |
void | Location (const TopLoc_Location &L) |
void | Tolerance (const Standard_Real T) |
Standard_Boolean | NaturalRestriction () const |
void | NaturalRestriction (const Standard_Boolean N) |
virtual Standard_EXPORT Handle_TopoDS_TShape | EmptyCopy () const |
Returns a copy of the TShape with no sub-shapes. The new Face has no triangulation. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_Geom_Surface | mySurface |
Handle_Poly_Triangulation | myTriangulation |
TopLoc_Location | myLocation |
Standard_Real | myTolerance |
Standard_Boolean | myNaturalRestriction |
|
|
|
Reimplemented from TopoDS_TFace. |
|
Reimplemented from TopoDS_TFace. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|