NXOpen.UF.Mfm.CreateMachiningFeaturesFromModelingFeatures

Mfm.CreateMachiningFeaturesFromModelingFeatures()

Refer to UF_MFM_create_machining_features_from_modeling_features for documentation.

Signature: CreateMachiningFeaturesFromModelingFeatures(bodyCount, bodyList, typeCount, featureTypes)

Parameters:
  • bodyCount (int) – The number of bodies
  • bodyList (list of Tag) – The list of bodies
  • typeCount (int) – The number of feature types
  • featureTypes (list of str) – The list of feature type names
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