NX Open C++ Reference Guide
|
Represents a builder for an inheritable double value in of a CAM.CAMObject
Created in NX7.5.0.
More...
Public Member Functions | |
void | SetValue0 (double newValue) |
Sets the attribute value for index 0 Created in NX7.5.0. | |
void | SetValue1 (double newValue) |
Sets the attribute value for index 1 Created in NX7.5.0. | |
double | Value0 () |
Returns the attribute value for index 0 Created in NX7.5.0. | |
double | Value1 () |
Returns the attribute value for index 1 Created in NX7.5.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 double value in of a CAM.CAMObject
Created in NX7.5.0.
void NXOpen::CAM::Inheritable2dLength::SetValue0 | ( | double | newValue | ) |
Sets the attribute value for index 0
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the new value |
void NXOpen::CAM::Inheritable2dLength::SetValue1 | ( | double | newValue | ) |
Sets the attribute value for index 1
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
newValue | the new value |
double NXOpen::CAM::Inheritable2dLength::Value0 | ( | ) |
Returns the attribute value for index 0
Created in NX7.5.0.
License requirements : None
double NXOpen::CAM::Inheritable2dLength::Value1 | ( | ) |
Returns the attribute value for index 1
Created in NX7.5.0.
License requirements : None