NXOpen.UF.Mfm.AskLogicalValueOfAttribute

Mfm.AskLogicalValueOfAttribute()

Refer to UF_MFM_ask_logical_value_of_attribute for documentation.

Signature: AskLogicalValueOfAttribute(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(bool): The original logical value

overriddenValue(bool): The current logical value

License requirements: None