NX Open C++ Reference Guide
|
Represents a builder for an inheritable feed value in of a CAM.CAMObject
Created in NX5.0.0.
More...
Public Member Functions | |
void | SetUnit (NXOpen::CAM::FeedRateUnit unit) |
Sets the current value Created in NX5.0.0. | |
void | SetValue (double inputValue) |
Sets the current value Created in NX5.0.0. | |
NXOpen::CAM::FeedRateUnit | Unit () |
Returns 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 feed value in of a CAM.CAMObject
Created in NX5.0.0.
Sets the current value
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
unit | the new unit |
void NXOpen::CAM::InheritableFeedBuilder::SetValue | ( | double | inputValue | ) |
Sets the current value
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
inputValue | the new value |
Returns the current value
Created in NX5.0.0.
License requirements : None
double NXOpen::CAM::InheritableFeedBuilder::Value | ( | ) |
Returns the current value
Created in NX5.0.0.
License requirements : None