|
Open CASCADE Technology
6.7.1
|
Describes algorithms for offsetting wires from a set of
wires contained in a planar face.
A MakeOffset object provides a framework for:
More...
#include <BRepOffsetAPI_MakeOffset.hxx>

Public Member Functions | |
| BRepOffsetAPI_MakeOffset () | |
| Constructs an algorithm for creating an empty offset More... | |
| BRepOffsetAPI_MakeOffset (const TopoDS_Face &Spine, const GeomAbs_JoinType Join=GeomAbs_Arc) | |
Constructs an algorithm for creating an algorithm <br> to build parallels to the spine Spine | |
| void | Init (const TopoDS_Face &Spine, const GeomAbs_JoinType Join=GeomAbs_Arc) |
Initializes the algorithm to construct parallels to the spine Spine. <br> Join defines the type of parallel generated by the | |
| BRepOffsetAPI_MakeOffset (const TopoDS_Wire &Spine, const GeomAbs_JoinType Join=GeomAbs_Arc) | |
| void | Init (const GeomAbs_JoinType Join=GeomAbs_Arc) |
| Initialize the evaluation of Offseting. More... | |
| void | AddWire (const TopoDS_Wire &Spine) |
| Initializes the algorithm to construct parallels to the wire Spine. More... | |
| void | Perform (const Standard_Real Offset, const Standard_Real Alt=0.0) |
Computes a parallel to the spine at distance Offset and <br> at an altitude Alt from the plane of the spine in relation | |
| virtual void | Build () |
| Builds the resulting shape (redefined from MakeShape). More... | |
| virtual const TopTools_ListOfShape & | Generated (const TopoDS_Shape &S) |
| returns a list of the created shapes from the shape <S>. More... | |
Public Member Functions inherited from BRepBuilderAPI_MakeShape | |
| virtual void | Delete () |
| virtual | ~BRepBuilderAPI_MakeShape () |
| const TopoDS_Shape & | Shape () const |
Returns a shape built by the shape construction algorithm. <br> Raises exception StdFail_NotDone if the shape was not built. | |
| operator TopoDS_Shape () const | |
| virtual const TopTools_ListOfShape & | Modified (const TopoDS_Shape &S) |
| Returns the list of shapes modified from the shape <S>. More... | |
| virtual Standard_Boolean | IsDeleted (const TopoDS_Shape &S) |
| Returns true if the shape S has been deleted. More... | |
Public Member Functions inherited from BRepBuilderAPI_Command | |
| virtual | ~BRepBuilderAPI_Command () |
| virtual Standard_Boolean | IsDone () const |
| void | Check () const |
| Raises NotDone if done is false. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from BRepBuilderAPI_MakeShape | |
| BRepBuilderAPI_MakeShape () | |
Protected Member Functions inherited from BRepBuilderAPI_Command | |
| BRepBuilderAPI_Command () | |
| Set done to False. More... | |
| void | Done () |
| Set done to true. More... | |
| void | NotDone () |
| Set done to false. More... | |
Protected Attributes inherited from BRepBuilderAPI_MakeShape | |
| TopoDS_Shape | myShape |
| TopTools_ListOfShape | myGenerated |
Describes algorithms for offsetting wires from a set of
wires contained in a planar face.
A MakeOffset object provides a framework for:
| BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset | ( | ) |
Constructs an algorithm for creating an empty offset
| BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset | ( | const TopoDS_Face & | Spine, |
| const GeomAbs_JoinType | Join = GeomAbs_Arc |
||
| ) |
Constructs an algorithm for creating an algorithm <br>
to build parallels to the spine Spine
| BRepOffsetAPI_MakeOffset::BRepOffsetAPI_MakeOffset | ( | const TopoDS_Wire & | Spine, |
| const GeomAbs_JoinType | Join = GeomAbs_Arc |
||
| ) |
| void BRepOffsetAPI_MakeOffset::AddWire | ( | const TopoDS_Wire & | Spine | ) |
Initializes the algorithm to construct parallels to the wire Spine.
|
virtual |
Builds the resulting shape (redefined from MakeShape).
Reimplemented from BRepBuilderAPI_MakeShape.
|
virtual |
returns a list of the created shapes
from the shape <S>.
Reimplemented from BRepBuilderAPI_MakeShape.
| void BRepOffsetAPI_MakeOffset::Init | ( | const TopoDS_Face & | Spine, |
| const GeomAbs_JoinType | Join = GeomAbs_Arc |
||
| ) |
Initializes the algorithm to construct parallels to the spine Spine. <br>
Join defines the type of parallel generated by the
salient vertices of the spine. The default type is
GeomAbs_Arc where the vertices generate sections
of a circle. At present, this is the only construction type implemented.
| void BRepOffsetAPI_MakeOffset::Init | ( | const GeomAbs_JoinType | Join = GeomAbs_Arc | ) |
Initialize the evaluation of Offseting.
| void BRepOffsetAPI_MakeOffset::Perform | ( | const Standard_Real | Offset, |
| const Standard_Real | Alt = 0.0 |
||
| ) |
Computes a parallel to the spine at distance Offset and <br>
at an altitude Alt from the plane of the spine in relation
to the normal to the spine.
Exceptions: StdFail_NotDone if the offset is not built.
1.8.5