#include <BRepFill_Section.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepFill_Section () |
Standard_EXPORT | BRepFill_Section (const TopoDS_Shape &Profile, const TopoDS_Vertex &V, const Standard_Boolean WithContact, const Standard_Boolean WithCorrection) |
Standard_EXPORT void | Set (const Standard_Boolean IsLaw) |
const TopoDS_Wire & | Wire () const |
const TopoDS_Vertex & | Vertex () const |
Standard_Boolean | IsLaw () const |
Standard_Boolean | WithContact () const |
Standard_Boolean | WithCorrection () const |
Private Attributes | |
TopoDS_Wire | wire |
TopoDS_Vertex | vertex |
Standard_Boolean | islaw |
Standard_Boolean | contact |
Standard_Boolean | correction |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|