NXOpen.UF.Mfm.AskAttributes

Mfm.AskAttributes()

Refer to UF_MFM_ask_attributes for documentation.

Signature: AskAttributes(machiningFeature)

Parameters:machiningFeature (PointerWrapper) – The pointer of the machining feature
Returns:A Tuple
Return type:A tuple consisting of (count,attributeNames)

count(int): The number of attributes

attributeNames(list of str): The array of attribute names. The memory is allocated by this function and must be freed by calling UF_free to the array and for each name string

License requirements: None