Describes functions for performing a topological
fusion operation (Boolean union).
A Fuse object provides the framework for:
#include <BRepAlgo_Fuse.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepAlgo_Fuse (const TopoDS_Shape &S1, const TopoDS_Shape &S2) | |
| Fuse S1 and S2. | |
| BRepAlgo_Fuse::BRepAlgo_Fuse | ( | const TopoDS_Shape & | S1, | |
| const TopoDS_Shape & | S2 | |||
| ) |
| void BRepAlgo_Fuse::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepAlgo_BooleanOperation.
| void* BRepAlgo_Fuse::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepAlgo_BooleanOperation.
| void* BRepAlgo_Fuse::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
Reimplemented from BRepAlgo_BooleanOperation.
1.6.3