NXOpen.UF.Mfm.AskMachiningFeaturesOfPart

Mfm.AskMachiningFeaturesOfPart()

Refer to UF_MFM_ask_machining_features_of_part for documentation.

Signature: AskMachiningFeaturesOfPart(partTag)

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

count(int): The number of machining features in the part

machiningFeatures(list of PointerWrapper): The array of machining features in the part. The memory is allocated by this function and must be freed by calling UF_free.

License requirements: None