Open CASCADE Technology
6.9.1
|
This is the root class for all shape constructions. It stores the result. More...
#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. More... | |
virtual const TopoDS_Shape & | Shape () const |
Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built. More... | |
operator TopoDS_Shape () const | |
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.
|
inlinevirtual |
|
protected |
|
virtual |
This is called by Shape(). It does nothing but may be redefined.
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepAlgo_Section, BRepOffsetAPI_MakePipeShell, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_DraftAngle, BRepAlgoAPI_Section, BRepOffsetAPI_ThruSections, BRepOffsetAPI_MakeOffsetShape, BRepFeat_SplitShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_NormalProjection, BRepFeat_Gluer, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakeOffset, BRepPrimAPI_MakeBox, BRepPrimAPI_MakePrism, BRepOffsetAPI_MakePipe, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_BuilderAlgo, QANewModTopOpe_Glue, BRepPrimAPI_MakeWedge, BRepOffsetAPI_MiddlePath, BRepPrimAPI_MakeOneAxis, and ShapeConstruct_MakeTriangulation.
|
virtual |
Reimplemented from BRepBuilderAPI_Command.
Reimplemented in QANewModTopOpe_Limitation, and BRepAlgo_BooleanOperation.
|
virtual |
Returns the list of shapes generated from the shape <S>.
Reimplemented in BRepFilletAPI_MakeFillet, BRepOffsetAPI_MakePipeShell, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MakeOffsetShape, BRepAlgoAPI_BooleanOperation, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakeDraft, BRepPrimAPI_MakePrism, BRepOffsetAPI_MakeOffset, BRepFeat_Form, BRepFeat_RibSlot, BRepAlgoAPI_BuilderAlgo, QANewModTopOpe_Limitation, QANewModTopOpe_Glue, and QANewModTopOpe_Intersection.
|
virtual |
Returns true if the shape S has been deleted.
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepBuilderAPI_MakeSolid, BRepFeat_SplitShape, BRepFeat_Gluer, BRepAlgoAPI_BooleanOperation, BRepFeat_Form, QANewModTopOpe_Limitation, QANewModTopOpe_Glue, BRepAlgoAPI_BuilderAlgo, BRepFeat_RibSlot, BRepAlgo_BooleanOperation, and QANewModTopOpe_Intersection.
|
virtual |
Returns the list of shapes modified from the shape <S>.
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepFeat_SplitShape, BRepOffsetAPI_MakeThickSolid, BRepFeat_Gluer, BRepBuilderAPI_GTransform, BRepAlgoAPI_BooleanOperation, BRepBuilderAPI_Transform, BRepFeat_Form, BRepFeat_RibSlot, QANewModTopOpe_Glue, BRepAlgoAPI_BuilderAlgo, BRepAlgo_BooleanOperation, QANewModTopOpe_Limitation, and BRepBuilderAPI_ModifyShape.
BRepBuilderAPI_MakeShape::operator TopoDS_Shape | ( | ) | const |
|
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 |