Constructs a evolved volume from a spine (wire or face)
and a profile ( wire).
#include <BRepFill_Evolved.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | BRepFill_Evolved () |
| | BRepFill_Evolved (const TopoDS_Wire &Spine, const TopoDS_Wire &Profile, const gp_Ax3 &AxeProf, const GeomAbs_JoinType Join=GeomAbs_Arc, const Standard_Boolean Solid=Standard_False) |
| | Creates an evolved shape by sweeping the <Profile>
along the <Spine>. <AxeProf> is used to set the
position of <Profile> along <Spine> as follow:
l <AxeProf> glisse sur le profil avec sa
direction colineaire a la normale au <Spine>, et sa
<XDirection> confondue avec la tangente au <Spine>.
|
| | BRepFill_Evolved (const TopoDS_Face &Spine, const TopoDS_Wire &Profile, const gp_Ax3 &AxeProf, const GeomAbs_JoinType Join=GeomAbs_Arc, const Standard_Boolean Solid=Standard_False) |
| | Creates an evolved shape by sweeping the <Profile>
along the <Spine>
|
| void | Perform (const TopoDS_Wire &Spine, const TopoDS_Wire &Profile, const gp_Ax3 &AxeProf, const GeomAbs_JoinType Join=GeomAbs_Arc, const Standard_Boolean Solid=Standard_False) |
| | Performs an evolved shape by sweeping the <Profile>
along the <Spine>
|
| void | Perform (const TopoDS_Face &Spine, const TopoDS_Wire &Profile, const gp_Ax3 &AxeProf, const GeomAbs_JoinType Join=GeomAbs_Arc, const Standard_Boolean Solid=Standard_False) |
| | Performs an evolved shape by sweeping the <Profile>
along the <Spine>
|
| Standard_Boolean | IsDone () const |
| const TopoDS_Shape & | Shape () const |
| | returns the generated shape.
|
| const TopTools_ListOfShape & | GeneratedShapes (const TopoDS_Shape &SpineShape, const TopoDS_Shape &ProfShape) const |
| | Returns the shapes created from a subshape
<SpineShape> of the spine and a subshape
<ProfShape> on the profile.
|
| GeomAbs_JoinType | JoinType () const |
| const TopoDS_Shape & | Top () const |
| | Return the face Top if <Solid> is True in the constructor.
|
| const TopoDS_Shape & | Bottom () const |
| | Return the face Bottom if <Solid> is True in the constructor.
|
Constructor & Destructor Documentation
| BRepFill_Evolved::BRepFill_Evolved |
( |
| ) |
|
Member Function Documentation
| void BRepFill_Evolved::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* BRepFill_Evolved::operator new |
( |
size_t |
size | ) |
[inline] |
| void* BRepFill_Evolved::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
The documentation for this class was generated from the following file: