Open CASCADE Technology
6.5.4
|
To load the BooleanOperation results
#include <QANewBRepNaming_BooleanOperation.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | QANewBRepNaming_BooleanOperation () |
QANewBRepNaming_BooleanOperation (const TDF_Label &ResultLabel) | |
void | Init (const TDF_Label &ResultLabel) |
void | Load (BRepAlgo_BooleanOperation &mkBoolOp) const |
Load the boolean operation. Makes a new part attached to the ResultLabel. | |
TDF_Label | FirstModified () const |
Returns the label of the modified faces of the first shape (S1). | |
TDF_Label | FirstDeleted () const |
Returns the label of the deleted faces of the first shape (S1). | |
TDF_Label | SecondModified () const |
Returns the label of the modified faces of the second shape (S2). | |
TDF_Label | SecondDeleted () const |
Returns the label of the deleted faces of the second shape (S2). | |
TDF_Label | Intersections () const |
Returns the label of intersections |
void QANewBRepNaming_BooleanOperation::Init | ( | const TDF_Label & | ResultLabel | ) |
void QANewBRepNaming_BooleanOperation::Load | ( | BRepAlgo_BooleanOperation & | mkBoolOp | ) | const |