NX Open C++ Reference Guide
|
Represents a builder for an inheritable double value in of a CAM.CAMObject
Created in NX5.0.0.
More...
Public Member Functions | |
void | SetValue (double newValue) |
Sets the current value Created in NX5.0.0. | |
double | Value () |
Returns the current value Created in NX5.0.0. |
Represents a builder for an inheritable double value in of a CAM.CAMObject
Created in NX5.0.0.
void NXOpen::CAM::InheritableDoubleBuilder::SetValue | ( | double | newValue | ) |
Sets the current value
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
newValue | the new value |
double NXOpen::CAM::InheritableDoubleBuilder::Value | ( | ) |
Returns the current value
Created in NX5.0.0.
License requirements : None