NXOpen.UF.Obj.CycleByName

Obj.CycleByName()

Refer to UF_OBJ_cycle_by_name for documentation.

Signature: CycleByName(name, objectArg)

Parameters:
  • name (str) – Name of objects on which to cycle
  • objectArg (Tag) – On input the object found by the last call to this routine. Begin the cycle by passing in object = NULL_TAG On output, the next object of the given name. Outputs a NULL_TAG when the cycle is finished.
Returns:

Modified value of objectArg

Return type:

Tag

License requirements: None