The Tface from BRep is based on the TFace from
TopoDS. The TFace contains :
* A suface, a tolerance and a Location.
* A NaturalRestriction flag, when this flag is
True the boundary of the face is known to be the
parametric space (Umin, UMax, VMin, VMax).
* An optional Triangulation. If there is a
triangulation the surface can be absent.
The Location is used for the Surface.
The triangulation is in the same reference system
than the TFace. A point on mySurface must be
transformed with myLocation, but not a point on
the triangulation.
The Surface may be shared by different TFaces but
not the Triangulation, because the Triangulation
may be modified by the edges.
#include <BRep_TFace.hxx>
Constructor & Destructor Documentation
| BRep_TFace::BRep_TFace |
( |
| ) |
|
Member Function Documentation
| virtual Handle_TopoDS_TShape BRep_TFace::EmptyCopy |
( |
| ) |
const [virtual] |
| void BRep_TFace::Surface |
( |
const Handle< Geom_Surface > & |
S | ) |
|
| const Handle_Geom_Surface& BRep_TFace::Surface |
( |
| ) |
const |
| const Handle_Poly_Triangulation& BRep_TFace::Triangulation |
( |
| ) |
const |
The documentation for this class was generated from the following file: