|
Open CASCADE Technology 6.5.2
|
This is the root class for all shape
constructions. It stores the result.
It provides deferred methods to trace the history
of sub-shapes.
#include <BRepBuilderAPI_MakeShape.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| virtual void | Delete () |
| virtual | ~BRepBuilderAPI_MakeShape () |
| virtual void | Build () |
| This is called by Shape(). It does nothing but may be redefined. | |
| const TopoDS_Shape & | Shape () const |
| Returns a shape built by the shape construction algorithm. 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>. | |
| virtual const TopTools_ListOfShape & | Modified (const TopoDS_Shape &S) |
| Returns the list of shapes modified from the shape <S>. | |
| virtual Standard_Boolean | IsDeleted (const TopoDS_Shape &S) |
| Returns true if the shape S has been deleted. | |
Protected Member Functions | |
| BRepBuilderAPI_MakeShape () | |
Protected Attributes | |
| TopoDS_Shape | myShape |
| TopTools_ListOfShape | myGenerated |
| virtual BRepBuilderAPI_MakeShape::~BRepBuilderAPI_MakeShape | ( | ) | [inline, virtual] |
| BRepBuilderAPI_MakeShape::BRepBuilderAPI_MakeShape | ( | ) | [protected] |
| virtual void BRepBuilderAPI_MakeShape::Build | ( | ) | [virtual] |
Reimplemented in BRepPrimAPI_MakeBox, BRepPrimAPI_MakeWedge, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Section, BRepAlgo_Section, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_ThruSections, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MakeFilling, BRepFeat_LocalOperation, BRepFeat_MakeCylindricalHole, BRepFeat_SplitShape, BRepFeat_Gluer, and ShapeConstruct_MakeTriangulation.
| virtual void BRepBuilderAPI_MakeShape::Delete | ( | ) | [virtual] |
Reimplemented from BRepBuilderAPI_Command.
Reimplemented in BRepAlgo_BooleanOperation.
| virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Generated | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BooleanOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_NormalProjection, BRepFeat_Form, and BRepFeat_RibSlot.
| virtual Standard_Boolean BRepBuilderAPI_MakeShape::IsDeleted | ( | const TopoDS_Shape & | S | ) | [virtual] |
| virtual const TopTools_ListOfShape& BRepBuilderAPI_MakeShape::Modified | ( | const TopoDS_Shape & | S | ) | [virtual] |
Reimplemented in BRepBuilderAPI_ModifyShape, BRepBuilderAPI_Transform, BRepBuilderAPI_GTransform, BRepAlgoAPI_BooleanOperation, BRepAlgo_BooleanOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeThickSolid, BRepFeat_Builder, BRepFeat_SplitShape, BRepFeat_Form, BRepFeat_RibSlot, and BRepFeat_Gluer.
| void BRepBuilderAPI_MakeShape::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepBuilderAPI_Command.
Reimplemented in BRepBuilderAPI_MakeVertex, BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeEdge2d, BRepBuilderAPI_MakePolygon, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakeWire, BRepBuilderAPI_MakeShell, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_Transform, BRepBuilderAPI_NurbsConvert, BRepBuilderAPI_GTransform, BRepBuilderAPI_Copy, BRepPrimAPI_MakeHalfSpace, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeWedge, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeTorus, BRepPrimAPI_MakeRevolution, BRepPrimAPI_MakeSweep, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Fuse, BRepAlgoAPI_Common, BRepAlgoAPI_Cut, BRepAlgoAPI_Section, BRepAlgo_BooleanOperation, BRepAlgo_Fuse, BRepAlgo_Cut, BRepAlgo_Common, BRepAlgo_Section, BRepFilletAPI_LocalOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_ThruSections, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MakeFilling, BRepFeat_Builder, BRepFeat_LocalOperation, BRepFeat_MakeCylindricalHole, BRepFeat_SplitShape, BRepFeat_Form, BRepFeat_RibSlot, BRepFeat_MakePrism, BRepFeat_MakeRevol, BRepFeat_MakePipe, BRepFeat_Gluer, BRepFeat_MakeDPrism, BRepFeat_MakeLinearForm, BRepFeat_MakeRevolutionForm, and ShapeConstruct_MakeTriangulation.
| void* BRepBuilderAPI_MakeShape::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepBuilderAPI_Command.
Reimplemented in BRepBuilderAPI_MakeVertex, BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeEdge2d, BRepBuilderAPI_MakePolygon, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakeWire, BRepBuilderAPI_MakeShell, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_Transform, BRepBuilderAPI_NurbsConvert, BRepBuilderAPI_GTransform, BRepBuilderAPI_Copy, BRepPrimAPI_MakeHalfSpace, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeWedge, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeTorus, BRepPrimAPI_MakeRevolution, BRepPrimAPI_MakeSweep, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Fuse, BRepAlgoAPI_Common, BRepAlgoAPI_Cut, BRepAlgoAPI_Section, BRepAlgo_BooleanOperation, BRepAlgo_Fuse, BRepAlgo_Cut, BRepAlgo_Common, BRepAlgo_Section, BRepFilletAPI_LocalOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_ThruSections, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MakeFilling, BRepFeat_Builder, BRepFeat_LocalOperation, BRepFeat_MakeCylindricalHole, BRepFeat_SplitShape, BRepFeat_Form, BRepFeat_RibSlot, BRepFeat_MakePrism, BRepFeat_MakeRevol, BRepFeat_MakePipe, BRepFeat_Gluer, BRepFeat_MakeDPrism, BRepFeat_MakeLinearForm, BRepFeat_MakeRevolutionForm, and ShapeConstruct_MakeTriangulation.
| void* BRepBuilderAPI_MakeShape::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepBuilderAPI_Command.
Reimplemented in BRepBuilderAPI_MakeVertex, BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeEdge2d, BRepBuilderAPI_MakePolygon, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakeWire, BRepBuilderAPI_MakeShell, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_ModifyShape, BRepBuilderAPI_Transform, BRepBuilderAPI_NurbsConvert, BRepBuilderAPI_GTransform, BRepBuilderAPI_Copy, BRepPrimAPI_MakeHalfSpace, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeWedge, BRepPrimAPI_MakeOneAxis, BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeTorus, BRepPrimAPI_MakeRevolution, BRepPrimAPI_MakeSweep, BRepPrimAPI_MakePrism, BRepPrimAPI_MakeRevol, BRepAlgoAPI_BooleanOperation, BRepAlgoAPI_Fuse, BRepAlgoAPI_Common, BRepAlgoAPI_Cut, BRepAlgoAPI_Section, BRepAlgo_BooleanOperation, BRepAlgo_Fuse, BRepAlgo_Cut, BRepAlgo_Common, BRepAlgo_Section, BRepFilletAPI_LocalOperation, BRepFilletAPI_MakeFillet, BRepFilletAPI_MakeChamfer, BRepFilletAPI_MakeFillet2d, BRepOffsetAPI_MakePipe, BRepOffsetAPI_MakePipeShell, BRepOffsetAPI_MakeDraft, BRepOffsetAPI_DraftAngle, BRepOffsetAPI_MakeOffset, BRepOffsetAPI_MakeOffsetShape, BRepOffsetAPI_MakeThickSolid, BRepOffsetAPI_MakeEvolved, BRepOffsetAPI_ThruSections, BRepOffsetAPI_NormalProjection, BRepOffsetAPI_MakeFilling, BRepFeat_Builder, BRepFeat_LocalOperation, BRepFeat_MakeCylindricalHole, BRepFeat_SplitShape, BRepFeat_Form, BRepFeat_RibSlot, BRepFeat_MakePrism, BRepFeat_MakeRevol, BRepFeat_MakePipe, BRepFeat_Gluer, BRepFeat_MakeDPrism, BRepFeat_MakeLinearForm, BRepFeat_MakeRevolutionForm, and ShapeConstruct_MakeTriangulation.
| BRepBuilderAPI_MakeShape::operator TopoDS_Shape | ( | ) | const |
| const TopoDS_Shape& BRepBuilderAPI_MakeShape::Shape | ( | ) | const |
TopoDS_Shape BRepBuilderAPI_MakeShape::myShape [protected] |
1.7.4