Open CASCADE Technology 7.8.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. | |
virtual const TopoDS_Shape & | Shape () |
Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built. | |
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. | |
Public Member Functions inherited from BRepBuilderAPI_Command | |
virtual | ~BRepBuilderAPI_Command () |
virtual Standard_Boolean | IsDone () const |
void | Check () const |
Raises NotDone if done is false. | |
Protected Member Functions | |
BRepBuilderAPI_MakeShape () | |
Protected Member Functions inherited from BRepBuilderAPI_Command | |
BRepBuilderAPI_Command () | |
Set done to False. | |
void | Done () |
Set done to true. | |
void | NotDone () |
Set done to false. | |
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 BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_BuilderAlgo, BRepAlgoAPI_Defeaturing, BRepAlgoAPI_Section, BRepAlgoAPI_Splitter, BRepBuilderAPI_MakeShapeOnMesh, BRepFeat_Gluer, BRepFeat_SplitShape, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MiddlePath, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_ThruSections, BRepPreviewAPI_MakeBox, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepPrimAPI_MakeWedge, and ShapeConstruct_MakeTriangulation.
|
virtual |
Returns the list of shapes generated from the shape .
Reimplemented in BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet, BRepFeat_Form, BRepFeat_RibSlot, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_ThruSections, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BuilderAlgo, and BRepAlgoAPI_Defeaturing.
|
virtual |
Returns true if the shape S has been deleted.
Reimplemented in BRepAlgoAPI_BuilderAlgo, BRepFeat_Gluer, BRepFeat_RibSlot, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet, BRepBuilderAPI_MakeSolid, BRepFeat_Form, BRepFeat_SplitShape, BRepOffsetAPI_MakeOffsetShape, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, and BRepAlgoAPI_Defeaturing.
|
virtual |
Returns the list of shapes modified from the shape .
Reimplemented in BRepFeat_Form, BRepFeat_Gluer, BRepFeat_RibSlot, BRepFeat_SplitShape, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet, BRepBuilderAPI_NurbsConvert, BRepBuilderAPI_GTransform, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_Transform, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepAlgoAPI_BuilderAlgo, and BRepAlgoAPI_Defeaturing.
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 |