|
Open CASCADE Technology 6.5.2
|
File: BRepAlgoAPI_Cut.cdl
Created: Thu Oct 14 18:27:02 1993
Author: Remi LEQUETTE
<rle>
//! The class Cut provides a Boolean
cut operation on a pair of arguments (Boolean Subtraction).
The class Cut provides a framework for:
More...
#include <BRepAlgoAPI_Cut.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepAlgoAPI_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2) | |
| Shape aS2 cuts shape aS1. The resulting shape is a new shape produced by the cut operation. | |
| BRepAlgoAPI_Cut (const TopoDS_Shape &S1, const TopoDS_Shape &S2, const BOPTools_DSFiller &aDSF, const Standard_Boolean bFWD=Standard_True) | |
| Constructs a new shape cut from shape aS1 by shape aS2 using aDSFiller (see BRepAlgoAPI_BooleanOperation Constructor). | |
| BRepAlgoAPI_Cut::BRepAlgoAPI_Cut | ( | const TopoDS_Shape & | S1, |
| const TopoDS_Shape & | S2 | ||
| ) |
| BRepAlgoAPI_Cut::BRepAlgoAPI_Cut | ( | const TopoDS_Shape & | S1, |
| const TopoDS_Shape & | S2, | ||
| const BOPTools_DSFiller & | aDSF, | ||
| const Standard_Boolean | bFWD = Standard_True |
||
| ) |
| void BRepAlgoAPI_Cut::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BRepAlgoAPI_BooleanOperation.
| void* BRepAlgoAPI_Cut::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BRepAlgoAPI_BooleanOperation.
| void* BRepAlgoAPI_Cut::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BRepAlgoAPI_BooleanOperation.
1.7.4