NXOpen.UF.Modeling.EditSewSolidBody

Modeling.EditSewSolidBody()

Refer to UF_MODL_edit_sew_solid_body for documentation.

Signature: EditSewSolidBody(featureObjEid, targetFacesCount, targetFaces, toolFacesCount, toolFaces, tolerance)

Parameters:
  • featureObjEid (Tag) – Feature object id of trimmed sheet.
  • targetFacesCount (int) – Number of faces on the target body to be sewn
  • targetFaces (list of Tag) – Array of NX eids of faces on the target body to be sewn. This array must be freed by calling UF_free.
  • toolFacesCount (int) – Number of faces on the tool body to be sewn
  • toolFaces (list of Tag) – Array of NX eids of faces on the tool body to be sewn. This array must be freed by calling UF_free.
  • tolerance (float) – Distance tolerance for approximations.

License requirements: SOLIDS MODELING