NXOpen.UF.Mfm.AskMachiningFeatureTypes

Mfm.AskMachiningFeatureTypes()

Refer to UF_MFM_ask_machining_feature_types for documentation.

Signature: AskMachiningFeatureTypes(partTag)

Parameters:partTag (Tag) – The part tag
Returns:A Tuple
Return type:A tuple consisting of (count,featureTypeNames)

count(int): The number of machining feature types

featureTypeNames(list of str): The array of machining feature 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