NXOpen.UF.Mfm.AskDoubleValueOfAttribute

Mfm.AskDoubleValueOfAttribute()

Refer to UF_MFM_ask_double_value_of_attribute for documentation.

Signature: AskDoubleValueOfAttribute(machiningFeature, attribute)

Parameters:
  • machiningFeature (PointerWrapper) – The pointer of the machining feature
  • attribute (str) – The attribute name
Returns:

A Tuple

Return type:

A tuple consisting of (originalValue,overriddenValue)

originalValue(float): The original double value

overriddenValue(float): The current double value

License requirements: None