Open CASCADE Technology
6.5.4
|
Describes functions to build evolved shapes.
An evolved shape is built from a planar spine (face or
wire) and a profile (wire). The evolved shape is the
unlooped sweep (pipe) of the profile along the spine.
Self-intersections are removed.
A MakeEvolved object provides a framework for:
More...
#include <BRepOffsetAPI_MakeEvolved.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BRepOffsetAPI_MakeEvolved () |
BRepOffsetAPI_MakeEvolved (const TopoDS_Wire &Spine, const TopoDS_Wire &Profil, const GeomAbs_JoinType Join=GeomAbs_Arc, const Standard_Boolean AxeProf=Standard_True, const Standard_Boolean Solid=Standard_False, const Standard_Boolean ProfOnSpine=Standard_False, const Standard_Real Tol=0.0000001) | |
BRepOffsetAPI_MakeEvolved (const TopoDS_Face &Spine, const TopoDS_Wire &Profil, const GeomAbs_JoinType Join=GeomAbs_Arc, const Standard_Boolean AxeProf=Standard_True, const Standard_Boolean Solid=Standard_False, const Standard_Boolean ProfOnSpine=Standard_False, const Standard_Real Tol=0.0000001) | |
These constructors construct an evolved shape by sweeping the profile Profile along the spine Spine. The profile is defined in a coordinate system R. The coordinate system is determined by AxeProf: | |
const BRepFill_Evolved & | Evolved () const |
virtual void | Build () |
Builds the resulting shape (redefined from MakeShape). | |
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. | |
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. |
BRepOffsetAPI_MakeEvolved::BRepOffsetAPI_MakeEvolved | ( | const TopoDS_Wire & | Spine, |
const TopoDS_Wire & | Profil, | ||
const GeomAbs_JoinType | Join = GeomAbs_Arc , |
||
const Standard_Boolean | AxeProf = Standard_True , |
||
const Standard_Boolean | Solid = Standard_False , |
||
const Standard_Boolean | ProfOnSpine = Standard_False , |
||
const Standard_Real | Tol = 0.0000001 |
||
) |
BRepOffsetAPI_MakeEvolved::BRepOffsetAPI_MakeEvolved | ( | const TopoDS_Face & | Spine, |
const TopoDS_Wire & | Profil, | ||
const GeomAbs_JoinType | Join = GeomAbs_Arc , |
||
const Standard_Boolean | AxeProf = Standard_True , |
||
const Standard_Boolean | Solid = Standard_False , |
||
const Standard_Boolean | ProfOnSpine = Standard_False , |
||
const Standard_Real | Tol = 0.0000001 |
||
) |
const TopoDS_Shape& BRepOffsetAPI_MakeEvolved::Bottom | ( | ) | const |
virtual void BRepOffsetAPI_MakeEvolved::Build | ( | ) | [virtual] |
Reimplemented from BRepBuilderAPI_MakeShape.
const TopTools_ListOfShape& BRepOffsetAPI_MakeEvolved::GeneratedShapes | ( | const TopoDS_Shape & | SpineShape, |
const TopoDS_Shape & | ProfShape | ||
) | const |
const TopoDS_Shape& BRepOffsetAPI_MakeEvolved::Top | ( | ) | const |