Open CASCADE Technology
7.6.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 (const Message_ProgressRange &theRange=Message_ProgressRange()) |
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 | |
virtual const TopTools_ListOfShape & | Modified (const TopoDS_Shape &S) |
Returns the list of shapes modified from the shape | |
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 ShapeConstruct_MakeTriangulation, BRepPrimAPI_MakeWedge, BRepPrimAPI_MakeRevol, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakeBox, BRepPreviewAPI_MakeBox, BRepOffsetAPI_ThruSections, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MiddlePath, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_DraftAngle, BRepFilletAPI_MakeFillet2d, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFeat_SplitShape, BRepFeat_Gluer, BRepAlgoAPI_Splitter, BRepAlgoAPI_Section, BRepAlgoAPI_Defeaturing, BRepAlgoAPI_BuilderAlgo, and BRepAlgoAPI_BooleanOperation.
|
virtual |
Returns the list of shapes generated from the shape .
Reimplemented in BRepAlgoAPI_Defeaturing, BRepAlgoAPI_BuilderAlgo, BRepPrimAPI_MakeRevol, BRepPrimAPI_MakePrism, BRepOffsetAPI_ThruSections, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_DraftAngle, BRepFeat_RibSlot, BRepFeat_Form, BRepFilletAPI_MakeFillet, and BRepFilletAPI_MakeChamfer.
|
virtual |
Returns true if the shape S has been deleted.
Reimplemented in BRepAlgoAPI_Defeaturing, BRepPrimAPI_MakeRevol, BRepPrimAPI_MakePrism, BRepOffsetAPI_MakeOffsetShape, BRepFeat_SplitShape, BRepFeat_Form, BRepBuilderAPI_MakeSolid, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFeat_RibSlot, BRepFeat_Gluer, and BRepAlgoAPI_BuilderAlgo.
|
virtual |
Returns the list of shapes modified from the shape .
Reimplemented in BRepAlgoAPI_Defeaturing, BRepAlgoAPI_BuilderAlgo, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_DraftAngle, BRepFilletAPI_MakeFillet2d, BRepBuilderAPI_Transform, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_GTransform, BRepBuilderAPI_NurbsConvert, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFeat_SplitShape, BRepFeat_RibSlot, BRepFeat_Gluer, and BRepFeat_Form.
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 |