NXOpen.UF.Mfm.AskIntegerValueOfAttribute

Mfm.AskIntegerValueOfAttribute()

Refer to UF_MFM_ask_integer_value_of_attribute for documentation.

Signature: AskIntegerValueOfAttribute(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(int): The original integer value

overriddenValue(int): The current integer value

License requirements: None