DoubleIntentData Struct

class NXOpen.CAM.DoubleIntentData

Bases: object

The data for CamUI_DoubleIntentComp

New in version NX5.0.0.

Fields

Field Description
Value double value
Intent value intent
Inheritance inheritance status

Value

DoubleIntentData.Value

double value -------------------------------------

Getter Method Signature Value()

Returns:
Return type:float

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

Setter Method

Signature Value(value)

Parameters:value (float) –

Intent

DoubleIntentData.Intent

value intent -------------------------------------

Getter Method Signature Intent()

Returns:
Return type:NXOpen.CAM.ParamValueIntent

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

Setter Method

Signature Intent(value)

Parameters:value (NXOpen.CAM.ParamValueIntent) –

Inheritance

DoubleIntentData.Inheritance

inheritance status -------------------------------------

Getter Method Signature Inheritance()

Returns:
Return type:NXOpen.CAM.Inheritance

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

Setter Method

Signature Inheritance(value)

Parameters:value (NXOpen.CAM.Inheritance) –