|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepFill_Draft (const TopoDS_Shape &Shape, const gp_Dir &Dir, const Standard_Real Angle) |
Standard_EXPORT void | SetOptions (const BRepFill_TransitionStyle Style=BRepFill_Right, const Standard_Real AngleMin=0.01, const Standard_Real AngleMax=3.0) |
Standard_EXPORT void | SetDraft (const Standard_Boolean IsInternal=Standard_False) |
Standard_EXPORT void | Perform (const Standard_Real LengthMax) |
Standard_EXPORT void | Perform (const Handle(Geom_Surface)&Surface, const Standard_Boolean KeepInsideSurface=Standard_True) |
Standard_EXPORT void | Perform (const TopoDS_Shape &StopShape, const Standard_Boolean KeepOutSide=Standard_True) |
Standard_EXPORT Standard_Boolean | IsDone () const |
Standard_EXPORT TopoDS_Shell | Shell () const |
| Returns the draft surface
To have the complete shape
you have to use the Shape() methode.
.
|
Standard_EXPORT const TopTools_ListOfShape & | Generated (const TopoDS_Shape &S) |
| Returns the list of shapes generated from the
shape <s>.
.
|
Standard_EXPORT TopoDS_Shape | Shape () const |
Private Member Functions |
Standard_EXPORT void | Init (const Handle(Geom_Surface)&Surf, const Standard_Real Length, const Bnd_Box &Box) |
Standard_EXPORT void | BuildShell (const Handle(Geom_Surface)&Surf, const Standard_Boolean KeepOutSide=Standard_False) |
Standard_EXPORT Standard_Boolean | Fuse (const TopoDS_Shape &S, const Standard_Boolean KeepOutSide) |
Standard_EXPORT Standard_Boolean | Sewing () |
Private Attributes |
gp_Dir | myDir |
Standard_Real | myAngle |
Standard_Real | angmin |
Standard_Real | angmax |
Standard_Real | myTol |
Handle_BRepFill_DraftLaw | myLoc |
Handle_BRepFill_SectionLaw | mySec |
Handle_TopTools_HArray2OfShape | mySections |
Handle_TopTools_HArray2OfShape | myFaces |
TopTools_ListOfShape | myGenerated |
TopoDS_Shape | myShape |
TopoDS_Shape | myTop |
TopoDS_Shell | myShell |
TopoDS_Wire | myWire |
GeomAbs_Shape | myCont |
BRepFill_TransitionStyle | myStyle |
Standard_Boolean | IsInternal |
Standard_Boolean | myDone |