NXOpen.UF.Obj.CycleObjsInPart

Obj.CycleObjsInPart()

Refer to UF_OBJ_cycle_objs_in_part for documentation.

Signature: CycleObjsInPart(partTag, type, objectArg)

Parameters:
  • partTag (Tag) – Tag of part you wish to cycle
  • type (int) – Type of object on which to cycle
  • objectArg (Tag) – On input the object found by the last call to this routine. if this routine has not been called yet, then set object=NULL_TAG to start cycling. On output the next object of the type specified. If there is no object, and the cycling is complete a NULL_TAG is returned.
Returns:

Modified value of objectArg

Return type:

Tag

License requirements: None