|
Open CASCADE Technology 6.5.2
|
The class to perform a Boolean Operations (BO)
Common,Cut,Fuse between arguments when one of them is
a wire and other argument is a shell
#include <BOP_WireShell.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_WireShell () | |
| Empty constructor; | |
| virtual void | Do () |
| See base classes, please | |
| virtual void | DoWithFiller (const BOPTools_DSFiller &aDSF) |
| See base classes, please | |
| virtual void | Destroy () |
| Destructor | |
| virtual | ~BOP_WireShell () |
| virtual void | BuildResult () |
| See base classes, please | |
Static Public Member Functions | |
| static Standard_Boolean | CheckArgTypes (const TopAbs_ShapeEnum theType1, const TopAbs_ShapeEnum theType2, const BOP_Operation theOperation) |
| Check the types of arguments. Returns FALSE if types of arguments are non-valid to be treated by the agorithm | |
| BOP_WireShell::BOP_WireShell | ( | ) |
| virtual BOP_WireShell::~BOP_WireShell | ( | ) | [inline, virtual] |
| virtual void BOP_WireShell::BuildResult | ( | ) | [virtual] |
Reimplemented from BOP_Builder.
| static Standard_Boolean BOP_WireShell::CheckArgTypes | ( | const TopAbs_ShapeEnum | theType1, |
| const TopAbs_ShapeEnum | theType2, | ||
| const BOP_Operation | theOperation | ||
| ) | [static] |
| virtual void BOP_WireShell::Destroy | ( | ) | [virtual] |
Reimplemented from BOP_Builder.
| virtual void BOP_WireShell::Do | ( | ) | [virtual] |
Reimplemented from BOP_Builder.
| virtual void BOP_WireShell::DoWithFiller | ( | const BOPTools_DSFiller & | aDSF | ) | [virtual] |
Reimplemented from BOP_Builder.
| void BOP_WireShell::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BOP_WireShape.
| void* BOP_WireShell::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BOP_WireShape.
| void* BOP_WireShell::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BOP_WireShape.
1.7.4