InheritableFeedBuilder Class¶
-
class
NXOpen.CAM.InheritableFeedBuilder¶ Bases:
NXOpen.CAM.InheritableBuilderRepresents a builder for an inheritable feed value in of a CAM.
CAMObject .. versionadded:: NX5.0.0
Properties¶
| Property | Description |
|---|---|
| InheritanceStatus | Returns or sets the inheritance status |
| Tag | Returns the Tag for this object. |
| Unit | Returns or sets the current value |
| Value | Returns or sets the current value |
Methods¶
Property Detail¶
Unit¶
-
InheritableFeedBuilder.Unit¶ Returns or sets the current value
-------------------------------------Getter Method
Signature
UnitReturns: the current unit Return type: NXOpen.CAM.FeedRateUnitNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UnitParameters: unit ( NXOpen.CAM.FeedRateUnit) – the new unitNew in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
Value¶
-
InheritableFeedBuilder.Value¶ Returns or sets the current value
-------------------------------------Getter Method
Signature
ValueReturns: the current value Return type: float New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ValueParameters: inputValue (float) – the new value New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)