NXOpen.UF.Part.ExportWithOptions

Part.ExportWithOptions()

Refer to UF_PART_export_with_options for documentation.

Signature: ExportWithOptions(partName, numObjects, objectArray, options)

Parameters:
  • partName (str) – Name of part to export objects to.
  • numObjects (int) – Number of objects in object_array to be exported.
  • objectArray (list of Tag) – Objects to be exported.
  • options (NXOpen.UF.Part.ExportOptions Refer to UF_PART_export_options_s for documentation.) – Pointer to struct containing options to control how the objects are exported.

License requirements: None