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.
Note that this class is now deprecated. Please use the Features::BooleanFeature instead.
Created in NX3.0.0.
virtual NXOpen::Body* NXOpen::Features::IBoolean::Target | ( | ) | [pure virtual] |
Returns the target body.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Implemented in NXOpen::Features::BooleanFeature.
virtual NXOpen::Body* NXOpen::Features::IBoolean::Tool | ( | ) | [pure virtual] |
Returns the tool body.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Implemented in NXOpen::Features::BooleanFeature.