|
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. | |
Public Member Functions inherited from NXOpen::CAM::InheritableBuilder | |
| bool | InheritanceStatus () |
| Returns the inheritance status Created in NX6.0.0. | |
| void | SetInheritanceStatus (bool isInherited) |
| Sets the inheritance status Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| 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 feed value in of a CAM.CAMObject
Created in NX5.0.0.
| void NXOpen::CAM::InheritableFeedBuilder::SetUnit | ( | NXOpen::CAM::FeedRateUnit | unit | ) |
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 |
| NXOpen::CAM::FeedRateUnit NXOpen::CAM::InheritableFeedBuilder::Unit | ( | ) |
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