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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| void | Init (const TopoDS_Shape &S) |
| Initializes a local operation on <s>. . | |
| void | Init (const TopoDS_Shape &S, const TopoDS_Shape &T) |
| Initializes a local operation between <s> and <t>. Raises ConstructionError if <s> is a null shape. . | |
| Standard_EXPORT const TopTools_ListOfShape & | Modified (const TopoDS_Shape &F) |
| Returns the list of generated Faces. . | |
Protected Member Functions | |
| BRepFeat_Builder () | |
| Empty constructor. . | |
| BRepFeat_Builder (const TopoDS_Shape &S) | |
| Creates a local operation on <s>. . | |
| BRepFeat_Builder (const TopoDS_Shape &S, const TopoDS_Shape &T) | |
| Creates a local operation between <s> and <t>. . | |
Protected Attributes | |
| LocOpe_Builder | myBuilder |
| TopTools_MapOfShape | myMap |
| TopTools_ListOfShape | myGenFaces |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from BRepBuilderAPI_MakeShape. |
|
|
Reimplemented from BRepBuilderAPI_MakeShape. Reimplemented in BRepFeat_LocalOperation, and BRepFeat_MakeCylindricalHole. |
|
|
Reimplemented from BRepBuilderAPI_MakeShape. Reimplemented in BRepFeat_LocalOperation, and BRepFeat_MakeCylindricalHole. |
|
||||||||||||
|
Reimplemented from BRepBuilderAPI_MakeShape. Reimplemented in BRepFeat_LocalOperation, and BRepFeat_MakeCylindricalHole. |
|
|
|
|
|
|
|
|
|
1.4.1