NXOpen.UF.Modeling.CreateMultipleSews

Modeling.CreateMultipleSews()

Refer to UF_MODL_create_multiple_sews for documentation.

Signature: CreateMultipleSews(targetSheet, numTools, toolsSheet, tolerance)

Parameters:
  • targetSheet (Tag) – Target sheet
  • numTools (int) – Number of tools sheet array.
  • toolsSheet (list of Tag) – Tools sheet array.
  • tolerance (float) – tolerance value.
Returns:

A Tuple

Return type:

A tuple consisting of (disjointList,sewList)

disjointList(`NXOpen.UF.UF.List Refer to ` <../ugopen_doc/uf/.html>`_ for documentation.`): List of disjoint sheets. This list must be freed by calling UF_MODL_delete_list.

sewList(`NXOpen.UF.UF.List Refer to ` <../ugopen_doc/uf/.html>`_ for documentation.`): List of sewn sheets. These are sheet bodies. If you want the sheet feature, then you must call UF_MODL_ask_body_features and then search the list for the latest SEW feature. This list must be freed by calling UF_MODL_delete_list.

License requirements: SOLIDS MODELING