#include <BRepBuilderAPI_MakeShape.hxx>
Inheritance diagram for BRepBuilderAPI_MakeShape:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| virtual Standard_EXPORT void | Delete () |
| virtual Standard_EXPORT | ~BRepBuilderAPI_MakeShape () |
| virtual Standard_EXPORT void | Build () |
| This is called by Shape(). It does nothing but may be redefined. . | |
| Standard_EXPORT const TopoDS_Shape & | Shape () const |
| Returns a shape built by the shape construction algorithm. Raises exception StdFail_NotDone if the shape was not built. . | |
| Standard_EXPORT | operator TopoDS_Shape () const |
| virtual Standard_EXPORT const TopTools_ListOfShape & | Generated (const TopoDS_Shape &S) |
| Returns the list of shapes generated from the shape <s>. . | |
| virtual Standard_EXPORT const TopTools_ListOfShape & | Modified (const TopoDS_Shape &S) |
| Returns the list of shapes modified from the shape <s>. . | |
| virtual Standard_EXPORT Standard_Boolean | IsDeleted (const TopoDS_Shape &S) |
| Returns true if the shape S has been deleted. . | |
Protected Member Functions | |
| Standard_EXPORT | BRepBuilderAPI_MakeShape () |
Protected Attributes | |
| TopoDS_Shape | myShape |
| TopTools_ListOfShape | myGenerated |
|
|
|
|
|
|
|
|
|
Reimplemented from BRepBuilderAPI_Command. Reimplemented in BRepAlgo_BooleanOperation. |
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
Reimplemented in BRepOffsetAPI_ThruSections. |
|
|
|
1.4.1