#include <LocOpe_DPrism.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | LocOpe_DPrism (const TopoDS_Face &Spine, const Standard_Real Height1, const Standard_Real Height2, const Standard_Real Angle) |
Standard_EXPORT | LocOpe_DPrism (const TopoDS_Face &Spine, const Standard_Real Height, const Standard_Real Angle) |
Standard_EXPORT Standard_Boolean | IsDone () const |
Standard_EXPORT const TopoDS_Shape & | Spine () const |
Standard_EXPORT const TopoDS_Shape & | Profile () const |
Standard_EXPORT const TopoDS_Shape & | FirstShape () const |
Standard_EXPORT const TopoDS_Shape & | LastShape () const |
Standard_EXPORT const TopoDS_Shape & | Shape () const |
Standard_EXPORT const TopTools_ListOfShape & | Shapes (const TopoDS_Shape &S) const |
Standard_EXPORT void | Curves (TColGeom_SequenceOfCurve &SCurves) const |
Standard_EXPORT Handle_Geom_Curve | BarycCurve () const |
Private Member Functions | |
Standard_EXPORT void | IntPerf () |
Private Attributes | |
BRepFill_Evolved | myDPrism |
TopoDS_Shape | myRes |
TopoDS_Face | mySpine |
TopoDS_Wire | myProfile |
TopoDS_Edge | myProfile1 |
TopoDS_Edge | myProfile2 |
TopoDS_Edge | myProfile3 |
Standard_Real | myHeight |
TopoDS_Shape | myFirstShape |
TopoDS_Shape | myLastShape |
TColGeom_SequenceOfCurve | myCurvs |
TopTools_DataMapOfShapeListOfShape | myMap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|