NX Open C++ Reference Guide
|
Base class for Unite, Intersect and Subtract features. More...
Public Member Functions | |
virtual NXOpen::Body * | Target ()=0 |
Returns the target body. | |
virtual NXOpen::Body * | Tool ()=0 |
Returns the tool body. | |
Base class for Unite, Intersect and Subtract features.
<br>
Note that this class is now deprecated. Please use the Features::BooleanFeature instead.
Created in NX3.0.0.
|
pure virtual |
Returns the target body.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Implemented in NXOpen::Features::BooleanFeature.
|
pure virtual |
Returns the tool body.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Implemented in NXOpen::Features::BooleanFeature.