NXOpen.UF.Part.Import

Part.Import()

Refer to UF_PART_import for documentation.

Signature: Import(fileName, modes, destCsys, destPoint, scale)

Parameters:
  • fileName (str) – File specification of NX disk file to import.
  • modes (NXOpen.UF.Part.ImportPartModes Refer to UF_import_part_modes_s for documentation.) – Inputs are specified in the `modes’ structure.
  • destCsys (list of float) – Destination Coordinate System. dest_csys[0..2] is an X-direction vector, and dest_csys[3..5] is a y direction vector. These are used as input to UF_MTX3_initialize to create the full coordinate system matrix.
  • destPoint (list of float) – Destination point of imported part
  • scale (float) – The scale size for the imported part.
Returns:

If grouping is desired, the group is returned, otherwise it is a NULL_TAG

Return type:

Tag

License requirements: None