Inheritable2dLength Class

class NXOpen.CAM.Inheritable2dLength

Bases: NXOpen.CAM.InheritableBuilder

Represents a builder for an inheritable double value in of a CAM.

CAMObject .. versionadded:: NX7.5.0

Properties

Property Description
InheritanceStatus Returns or sets the inheritance status
Tag Returns the Tag for this object.
Value0 Returns or sets the attribute value for index 0
Value1 Returns or sets the attribute value for index 1

Methods

Property Detail

Value0

Inheritable2dLength.Value0

Returns or sets the attribute value for index 0

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

Getter Method

Signature Value0

Returns:the current value
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Value0

Parameters:newValue (float) – the new value

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Value1

Inheritable2dLength.Value1

Returns or sets the attribute value for index 1

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

Getter Method

Signature Value1

Returns:the current value
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Value1

Parameters:newValue (float) – the new value

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)