Open CASCADE Technology
6.5.4
|
This is the root class for all shape
constructions. It stores the result.
It provides deferred methods to trace the history
of sub-shapes.
#include <BRepBuilderAPI_MakeShape.hxx>
Public Member Functions | |
virtual DEFINE_STANDARD_ALLOC void | Delete () |
virtual | ~BRepBuilderAPI_MakeShape () |
virtual void | Build () |
This is called by Shape(). It does nothing but may be redefined. | |
const TopoDS_Shape & | Shape () const |
Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built. | |
operator TopoDS_Shape () const | |
virtual const TopTools_ListOfShape & | Generated (const TopoDS_Shape &S) |
Returns the list of shapes generated from the shape <S>. | |
virtual const TopTools_ListOfShape & | Modified (const TopoDS_Shape &S) |
Returns the list of shapes modified from the shape <S>. | |
virtual Standard_Boolean | IsDeleted (const TopoDS_Shape &S) |
Returns true if the shape S has been deleted. | |
Protected Member Functions | |
BRepBuilderAPI_MakeShape () | |
Protected Attributes | |
TopoDS_Shape | myShape |
TopTools_ListOfShape | myGenerated |
virtual BRepBuilderAPI_MakeShape::~BRepBuilderAPI_MakeShape | ( | ) | [inline, virtual] |
BRepBuilderAPI_MakeShape::BRepBuilderAPI_MakeShape | ( | ) | [protected] |
virtual void BRepBuilderAPI_MakeShape::Build | ( | ) | [virtual] |
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepAlgo_Section, BRepAlgoAPI_Section, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_ThruSections, BRepFeat_LocalOperation, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepFeat_MakeCylindricalHole, BRepFeat_SplitShape, BRepOffsetAPI_NormalProjection, BRepPrimAPI_MakeRevol, BRepFeat_Gluer, BRepOffsetAPI_MakeOffset, BRepAlgoAPI_BooleanOperation, QANewModTopOpe_Glue, BRepPrimAPI_MakeBox, BRepPrimAPI_MakePrism, BRepOffsetAPI_MakePipe, BRepPrimAPI_MakeWedge, BRepOffsetAPI_MiddlePath, ShapeConstruct_MakeTriangulation, and BRepPrimAPI_MakeOneAxis.
virtual DEFINE_STANDARD_ALLOC void BRepBuilderAPI_MakeShape::Delete | ( | ) | [virtual] |
Reimplemented from BRepBuilderAPI_Command.
Reimplemented in QANewModTopOpe_Limitation, and BRepAlgo_BooleanOperation.
virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Generated | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepFilletAPI_MakeFillet, BRepOffsetAPI_MakePipeShell, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_NormalProjection, BRepAlgoAPI_BooleanOperation, BRepFeat_RibSlot, BRepFeat_Form, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_MakeOffset, BRepPrimAPI_MakePrism, QANewModTopOpe_Glue, QANewModTopOpe_Limitation, and QANewModTopOpe_Intersection.
virtual Standard_Boolean BRepBuilderAPI_MakeShape::IsDeleted | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepBuilderAPI_MakeSolid, BRepFeat_Form, BRepAlgoAPI_BooleanOperation, BRepFeat_RibSlot, BRepFeat_SplitShape, BRepFeat_Gluer, QANewModTopOpe_Glue, QANewModTopOpe_Limitation, BRepAlgo_BooleanOperation, and QANewModTopOpe_Intersection.
virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Modified | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_DraftAngle, BRepFeat_RibSlot, BRepOffsetAPI_MakeThickSolid, BRepAlgoAPI_BooleanOperation, BRepFeat_Form, BRepFeat_SplitShape, BRepBuilderAPI_GTransform, BRepFeat_Gluer, BRepBuilderAPI_Transform, QANewModTopOpe_Glue, BRepAlgo_BooleanOperation, QANewModTopOpe_Limitation, BRepBuilderAPI_ModifyShape, and BRepFeat_Builder.
BRepBuilderAPI_MakeShape::operator TopoDS_Shape | ( | ) | const |
const TopoDS_Shape& BRepBuilderAPI_MakeShape::Shape | ( | ) | const |
TopoDS_Shape BRepBuilderAPI_MakeShape::myShape [protected] |