NXOpen.UF.Mfm.AskStringValueOfAttribute

Mfm.AskStringValueOfAttribute()

Refer to UF_MFM_ask_string_value_of_attribute for documentation.

Signature: AskStringValueOfAttribute(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(str): The original string value.The memory is allocated by this function and must be freed by calling UF_free.

overriddenValue(str): The overridden string value.The memory is allocated by this function and must be freed by calling UF_free.

License requirements: None