|
Open CASCADE Technology
6.7.1
|
This is the root class for all shape
constructions. It stores the result.
It provides deferred methods to trace the history
of sub-shapes.
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... | |
| const TopoDS_Shape & | Shape () const |
Returns a shape built by the shape construction algorithm. <br> 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>. 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, BRepAlgoAPI_Section, BRepOffsetAPI_MakePipeShell, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_MakeFilling, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_ThruSections, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepFeat_SplitShape, BRepOffsetAPI_NormalProjection, BRepPrimAPI_MakeRevol, BRepFeat_Gluer, BRepOffsetAPI_MakeOffset, QANewModTopOpe_Glue, BRepAlgoAPI_BooleanOperation, BRepPrimAPI_MakeBox, BRepOffsetAPI_MakePipe, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeWedge, BRepOffsetAPI_MiddlePath, ShapeConstruct_MakeTriangulation, and BRepPrimAPI_MakeOneAxis.
|
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_MakeOffsetShape, BRepOffsetAPI_NormalProjection, BRepAlgoAPI_BooleanOperation, BRepFeat_RibSlot, BRepFeat_Form, BRepPrimAPI_MakeRevol, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_MakeOffset, BRepPrimAPI_MakePrism, QANewModTopOpe_Glue, QANewModTopOpe_Limitation, and QANewModTopOpe_Intersection.
|
virtual |
Returns true if the shape S has been deleted.
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepBuilderAPI_MakeSolid, BRepFeat_Form, BRepAlgoAPI_BooleanOperation, BRepFeat_RibSlot, BRepFeat_SplitShape, BRepFeat_Gluer, QANewModTopOpe_Glue, QANewModTopOpe_Limitation, BRepAlgo_BooleanOperation, and QANewModTopOpe_Intersection.
|
virtual |
Returns the list of shapes modified from the shape
<S>.
Reimplemented in BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeFillet2d, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeThickSolid, BRepFeat_RibSlot, BRepAlgoAPI_BooleanOperation, BRepFeat_SplitShape, BRepBuilderAPI_GTransform, BRepFeat_Form, BRepFeat_Gluer, BRepBuilderAPI_Transform, QANewModTopOpe_Glue, BRepAlgo_BooleanOperation, QANewModTopOpe_Limitation, and BRepBuilderAPI_ModifyShape.
| BRepBuilderAPI_MakeShape::operator TopoDS_Shape | ( | ) | const |
| const TopoDS_Shape& BRepBuilderAPI_MakeShape::Shape | ( | ) | const |
Returns a shape built by the shape construction algorithm. <br>
Raises exception StdFail_NotDone if the shape was not built.
|
protected |
|
protected |
1.8.5