|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepFill_SectionPlacement (const Handle(BRepFill_LocationLaw)&Law, const TopoDS_Shape &Section, const Standard_Boolean WithContact=Standard_False, const Standard_Boolean WithCorrection=Standard_False) |
| Automatic placement
.
|
Standard_EXPORT | BRepFill_SectionPlacement (const Handle(BRepFill_LocationLaw)&Law, const TopoDS_Shape &Section, const TopoDS_Shape &Vertex, const Standard_Boolean WithContact=Standard_False, const Standard_Boolean WithCorrection=Standard_False) |
| Placement on vertex
.
|
Standard_EXPORT const gp_Trsf & | Transformation () const |
Standard_EXPORT Standard_Real | AbscissaOnPath () |
Private Member Functions |
Standard_EXPORT void | Perform (const Standard_Boolean WithContact, const Standard_Boolean WithCorrection, const TopoDS_Shape &Vertex) |
Private Attributes |
Handle_BRepFill_LocationLaw | myLaw |
TopoDS_Shape | mySection |
gp_Trsf | myTrsf |
Standard_Real | myParam |
Standard_Integer | myIndex |