The FaceBuilder is an algorithm to build a BRep
Face from a Geom Surface.
The face covers the whole surface or the area
delimited by UMin, UMax, VMin, VMax
#include <BRepPrim_FaceBuilder.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | BRepPrim_FaceBuilder () |
| | BRepPrim_FaceBuilder (const BRep_Builder &B, const Handle< Geom_Surface > &S) |
| | BRepPrim_FaceBuilder (const BRep_Builder &B, const Handle< Geom_Surface > &S, const Standard_Real UMin, const Standard_Real UMax, const Standard_Real VMin, const Standard_Real VMax) |
| void | Init (const BRep_Builder &B, const Handle< Geom_Surface > &S) |
| void | Init (const BRep_Builder &B, const Handle< Geom_Surface > &S, const Standard_Real UMin, const Standard_Real UMax, const Standard_Real VMin, const Standard_Real VMax) |
| const TopoDS_Face & | Face () const |
| | operator TopoDS_Face () |
| const TopoDS_Edge & | Edge (const Standard_Integer I) const |
| | Returns the edge of index
1 - Edge VMin
2 - Edge UMax
3 - Edge VMax
4 - Edge UMin
|
| const TopoDS_Vertex & | Vertex (const Standard_Integer I) const |
| | Returns the vertex of index
1 - Vertex UMin,VMin
2 - Vertex UMax,VMin
3 - Vertex UMax,VMax
4 - Vertex UMin,VMax
|
Constructor & Destructor Documentation
| BRepPrim_FaceBuilder::BRepPrim_FaceBuilder |
( |
| ) |
|
Member Function Documentation
| const TopoDS_Face& BRepPrim_FaceBuilder::Face |
( |
| ) |
const |
| void BRepPrim_FaceBuilder::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* BRepPrim_FaceBuilder::operator new |
( |
size_t |
size | ) |
[inline] |
| void* BRepPrim_FaceBuilder::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: