NXOpen.UF.Mfm.CreateMachiningFeaturesFromTaggedEdges

Mfm.CreateMachiningFeaturesFromTaggedEdges()

Refer to UF_MFM_create_machining_features_from_tagged_edges for documentation.

Signature: CreateMachiningFeaturesFromTaggedEdges(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