NXOpen.UF.Part.Close

Part.Close()

Refer to UF_PART_close for documentation.

Signature: Close(part, scope, mode)

Parameters:
  • part (Tag) – part object identifier
  • scope (int) – scope specifies how much of the part to close. 0 = Only specified part 1 = Part and all sub-assemblies
  • mode (int) – mode 0 = Ask confirmation if part is modified (Internal only, External assumes “Yes, Delete” answer) 1 = Unload part(s) even if modified 2 = Unload part(s) only if not modified

License requirements: None