NXOpen.UF.Sf.CreateAutoFaceSubdiv

Sf.CreateAutoFaceSubdiv()

Refer to UF_SF_create_auto_face_subdiv for documentation.

Signature: CreateAutoFaceSubdiv(objects, objCount, distanceTolerance, subdivisionNeeded, faceSearchOption)

Parameters:
  • objects (list of Tag) – An array of solid bodies or faces
  • objCount (int) – Count of the above array
  • distanceTolerance (float) – Tolerance for face pairing
  • subdivisionNeeded (int) – Whether subdivision needed 1 for YES, 0 for NO
  • faceSearchOption (int) – 1 for all faces 0 for coincident faces only
Returns:

A Tuple

Return type:

A tuple consisting of (resultingPairs,resultingPairsCount)

resultingPairs(list of ``NXOpen.UF.Sf.ResultingFacePairs` Refer to UF_SF_resulting_face_pairs_s for documentation.`): Array of face pair structures. This must be freed by calling UF_free.

resultingPairsCount(int): Count of the above structures

License requirements: None