|
Open CASCADE Technology 6.5.2
|
Describes functions for performing a topological cut
operation (Boolean subtraction).
A Cut object provides the framework for:
More...
#include <BRepAlgo_Cut.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepAlgo_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2) | |
| Cuts the shape S2 from the shape S1. | |
| BRepAlgo_Cut::BRepAlgo_Cut | ( | const TopoDS_Shape & | S1, |
| const TopoDS_Shape & | S2 | ||
| ) |
| void BRepAlgo_Cut::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepAlgo_BooleanOperation.
| void* BRepAlgo_Cut::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepAlgo_BooleanOperation.
| void* BRepAlgo_Cut::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepAlgo_BooleanOperation.
1.7.4