NXOpen.UF.Mfm.AskMachiningFeaturesOfType

Mfm.AskMachiningFeaturesOfType()

Refer to UF_MFM_ask_machining_features_of_type for documentation.

Signature: AskMachiningFeaturesOfType(partTag, typeName)

Parameters:
  • partTag (Tag) – The part tag
  • typeName (str) – The feature type name
Returns:

A Tuple

Return type:

A tuple consisting of (count,machiningFeatures)

count(int): The number of machining features

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

License requirements: None