InheritableFeedBuilder Class

class NXOpen.CAM.InheritableFeedBuilder

Bases: NXOpen.CAM.InheritableBuilder

Represents 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 Unit

Returns:the current unit
Return type:NXOpen.CAM.FeedRateUnit

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Unit

Parameters:unit (NXOpen.CAM.FeedRateUnit) – the new unit

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)

Value

InheritableFeedBuilder.Value

Returns or sets the current value

-------------------------------------

Getter Method

Signature Value

Returns:the current value
Return type:float

New in version NX5.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Value

Parameters:inputValue (float) – the new value

New in version NX5.0.0.

License requirements: cam_base (“CAM BASE”)