NXOpen.UF.Ugmgr.AttachAlternate

Ugmgr.AttachAlternate()

Refer to UF_UGMGR_attach_alternate for documentation.

Signature: AttachAlternate(partTag, context, idType, altItemId, altRevId, altName, altDesc, isDefault)

Parameters:
  • partTag (Tag) – Tag of part to attach alternate to.
  • context (str) – Context of the alternate to attach.
  • idType (str) – ID type of the alternate to attach.
  • altItemId (str) – Alternate Item ID of the alternate toattach.
  • altRevId (str) – Alternate Revision ID of alternate toattach.
  • altName (str) – Alternate Name of alternate toattach. May be NULL.
  • altDesc (str) – Alternate Description of alternate toattach. May be NULL.
  • isDefault (bool) – True if this alternate ID shouldbecome the default ID, false otherwise.

License requirements: None