NXOpen.UF.Mfm.CreateMachiningFeaturesFromTaggedFaces

Mfm.CreateMachiningFeaturesFromTaggedFaces()

Refer to UF_MFM_create_machining_features_from_tagged_faces for documentation.

Signature: CreateMachiningFeaturesFromTaggedFaces(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 (count,machiningFeatures)

count(int): The of machining feature

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

License requirements: None