NXOpen.UF.Assem.CycleInstOfPart

Assem.CycleInstOfPart()

Refer to UF_ASSEM_cycle_inst_of_part for documentation.

Signature: CycleInstOfPart(part, instance)

Parameters:
  • part (Tag) – Tag of parent part to instances
  • instance (Tag) – Pass the previous instance tag into the routine (starting with NULL_TAG to initialize), and the routine cycles to the next instance tag.
Returns:

Returns the next instance tag. Returns a NULL_TAG after thelast object cycles through.

Return type:

Tag

License requirements: None