Open CASCADE Technology
6.9.1
|
To load the BooleanOperation results. More...
#include <QANewBRepNaming_BooleanOperation.hxx>
Public Member Functions | |
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. More... | |
TDF_Label | FirstModified () const |
Returns the label of the modified faces of the first shape (S1). More... | |
TDF_Label | FirstDeleted () const |
Returns the label of the deleted faces of the first shape (S1). More... | |
TDF_Label | SecondModified () const |
Returns the label of the modified faces of the second shape (S2). More... | |
TDF_Label | SecondDeleted () const |
Returns the label of the deleted faces of the second shape (S2). More... | |
TDF_Label | Intersections () const |
Returns the label of intersections. More... | |
Public Member Functions inherited from QANewBRepNaming_TopNaming | |
const TDF_Label & | ResultLabel () const |
Returns the result label. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QANewBRepNaming_TopNaming | |
QANewBRepNaming_TopNaming () | |
QANewBRepNaming_TopNaming (const TDF_Label &Label) | |
Protected Attributes inherited from QANewBRepNaming_TopNaming | |
TDF_Label | myResultLabel |
To load the BooleanOperation results.
QANewBRepNaming_BooleanOperation::QANewBRepNaming_BooleanOperation | ( | ) |
QANewBRepNaming_BooleanOperation::QANewBRepNaming_BooleanOperation | ( | const TDF_Label & | ResultLabel | ) |
TDF_Label QANewBRepNaming_BooleanOperation::FirstDeleted | ( | ) | const |
Returns the label of the deleted faces of the first shape (S1).
TDF_Label QANewBRepNaming_BooleanOperation::FirstModified | ( | ) | const |
Returns the label of the modified faces of the first shape (S1).
void QANewBRepNaming_BooleanOperation::Init | ( | const TDF_Label & | ResultLabel | ) |
TDF_Label QANewBRepNaming_BooleanOperation::Intersections | ( | ) | const |
Returns the label of intersections.
void QANewBRepNaming_BooleanOperation::Load | ( | BRepAlgo_BooleanOperation & | mkBoolOp | ) | const |
Load the boolean operation. Makes a new part attached to the ResultLabel.
TDF_Label QANewBRepNaming_BooleanOperation::SecondDeleted | ( | ) | const |
Returns the label of the deleted faces of the second shape (S2).
TDF_Label QANewBRepNaming_BooleanOperation::SecondModified | ( | ) | const |
Returns the label of the modified faces of the second shape (S2).