NXOpen.UF.Mfm.AskCandidateMachiningFeatureTypes

Mfm.AskCandidateMachiningFeatureTypes()

Refer to UF_MFM_ask_candidate_machining_feature_types for documentation.

Signature: AskCandidateMachiningFeatureTypes(bodyCount, bodyList)

Parameters:
  • bodyCount (int) – The number of bodies
  • bodyList (list of Tag) – The list of bodies
Returns:

A Tuple

Return type:

A tuple consisting of (typeCount,candidateTypeNames)

typeCount(int): The number of candidate types

candidateTypeNames(list of str): The array of candidate feature type 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