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