Open CASCADE Technology 6.6.0
|
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 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 BRepPrimAPI_MakeBox, BRepPrimAPI_MakeWedge, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Section, BRepAlgo_Section, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_ThruSections, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MiddlePath, BRepOffsetAPI_MakeFilling, BRepFeat_SplitShape, BRepFeat_Gluer, ShapeConstruct_MakeTriangulation, and QANewModTopOpe_Glue.
virtual void BRepBuilderAPI_MakeShape::Delete | ( | ) | [virtual] |
Reimplemented from BRepBuilderAPI_Command.
Reimplemented in BRepAlgo_BooleanOperation, and QANewModTopOpe_Limitation.
virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Generated | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BooleanOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MakeFilling, BRepFeat_Form, BRepFeat_RibSlot, QANewModTopOpe_Limitation, QANewModTopOpe_Intersection, and QANewModTopOpe_Glue.
virtual Standard_Boolean BRepBuilderAPI_MakeShape::IsDeleted | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepBuilderAPI_MakeSolid, BRepAlgoAPI_BooleanOperation, BRepAlgo_BooleanOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFeat_SplitShape, BRepFeat_Form, BRepFeat_RibSlot, BRepFeat_Gluer, QANewModTopOpe_Limitation, QANewModTopOpe_Intersection, and QANewModTopOpe_Glue.
virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Modified | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepBuilderAPI_ModifyShape, BRepBuilderAPI_Transform, BRepBuilderAPI_GTransform, BRepAlgoAPI_BooleanOperation, BRepAlgo_BooleanOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeThickSolid, BRepFeat_SplitShape, BRepFeat_Form, BRepFeat_RibSlot, BRepFeat_Gluer, QANewModTopOpe_Limitation, and QANewModTopOpe_Glue.
BRepBuilderAPI_MakeShape::operator TopoDS_Shape | ( | ) | const |
const TopoDS_Shape& BRepBuilderAPI_MakeShape::Shape | ( | ) | const |
TopoDS_Shape BRepBuilderAPI_MakeShape::myShape [protected] |