NX Open C++ Reference Guide
|
Represents a builder for an inheritable tool dependent value in of a CAM.CAMObject
Created in NX5.0.0.
More...
Public Member Functions | |
NXOpen::CAM::ParamValueIntent | Intent () |
Returns the current source setting Created in NX5.0.0. | |
void | SetIntent (NXOpen::CAM::ParamValueIntent newIntent) |
Sets the current source setting Created in NX5.0.0. | |
![]() | |
void | SetValue (double newValue) |
Sets the current value Created in NX5.0.0. | |
double | Value () |
Returns the current value Created in NX5.0.0. | |
![]() | |
bool | InheritanceStatus () |
Returns the inheritance status Created in NX6.0.0. | |
void | SetInheritanceStatus (bool isInherited) |
Sets the inheritance status Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a builder for an inheritable tool dependent value in of a CAM.CAMObject
Created in NX5.0.0.
NXOpen::CAM::ParamValueIntent NXOpen::CAM::InheritableToolDepBuilder::Intent | ( | ) |
Returns the current source setting
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::InheritableToolDepBuilder::SetIntent | ( | NXOpen::CAM::ParamValueIntent | newIntent | ) |
Sets the current source setting
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
newIntent | the new source |