#include <BRepBuilderAPI_Copy.hxx>
Inheritance diagram for BRepBuilderAPI_Copy:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepBuilderAPI_Copy () |
Constructs an empty copy framework. Use the function Perform to copy shapes. . | |
Standard_EXPORT | BRepBuilderAPI_Copy (const TopoDS_Shape &S) |
Constructs a copy framework and copies the shape S. Use the function Shape to access the result. Note: the constructed framework can be reused to copy other shapes: just specify them with the function Perform. . | |
Standard_EXPORT void | Perform (const TopoDS_Shape &S) |
Copies the shape T. Use the function Shape to access the result. Note: this framework can be reused to copy other shapes: just specify them by calling the function Perform again. . |
|
|
|
|
|
Reimplemented from BRepBuilderAPI_ModifyShape. |
|
Reimplemented from BRepBuilderAPI_ModifyShape. |
|
Reimplemented from BRepBuilderAPI_ModifyShape. |
|
|