|
Open CASCADE Technology 6.5.2
|
To store section definition
#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) |
| BRepFill_Section () | |
| BRepFill_Section (const TopoDS_Shape &Profile, const TopoDS_Vertex &V, const Standard_Boolean WithContact, const Standard_Boolean WithCorrection) | |
| 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 |
| BRepFill_Section::BRepFill_Section | ( | ) |
| BRepFill_Section::BRepFill_Section | ( | const TopoDS_Shape & | Profile, |
| const TopoDS_Vertex & | V, | ||
| const Standard_Boolean | WithContact, | ||
| const Standard_Boolean | WithCorrection | ||
| ) |
| Standard_Boolean BRepFill_Section::IsLaw | ( | ) | const |
| void BRepFill_Section::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepFill_Section::operator new | ( | size_t | size | ) | [inline] |
| void* BRepFill_Section::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BRepFill_Section::Set | ( | const Standard_Boolean | IsLaw | ) |
| const TopoDS_Vertex& BRepFill_Section::Vertex | ( | ) | const |
| const TopoDS_Wire& BRepFill_Section::Wire | ( | ) | const |
| Standard_Boolean BRepFill_Section::WithContact | ( | ) | const |
| Standard_Boolean BRepFill_Section::WithCorrection | ( | ) | const |
1.7.4