#include <ShapeConstruct_MakeTriangulation.hxx>
Inheritance diagram for ShapeConstruct_MakeTriangulation:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | ShapeConstruct_MakeTriangulation (const TColgp_Array1OfPnt &pnts, const Standard_Real prec=0.0) |
| Standard_EXPORT | ShapeConstruct_MakeTriangulation (const TopoDS_Wire &wire, const Standard_Real prec=0.0) |
| virtual Standard_EXPORT void | Build () |
| This is called by Shape(). It does nothing but may be redefined. . | |
| virtual Standard_EXPORT Standard_Boolean | IsDone () const |
Private Member Functions | |
| Standard_EXPORT void | Triangulate (const TopoDS_Wire &wire) |
| Standard_EXPORT void | AddFacet (const TopoDS_Wire &wire) |
Private Attributes | |
| Standard_Real | myPrecision |
| TopoDS_Wire | myWire |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from BRepBuilderAPI_MakeShape. |
|
|
Reimplemented from BRepBuilderAPI_Command. |
|
|
Reimplemented from BRepBuilderAPI_MakeShape. |
|
|
Reimplemented from BRepBuilderAPI_MakeShape. |
|
||||||||||||
|
Reimplemented from BRepBuilderAPI_MakeShape. |
|
|
|
|
|
|
|
|
|
1.4.1