NXOpen.UF.Wave.AskOutOfDateObjects

Wave.AskOutOfDateObjects()

Refer to UF_WAVE_ask_out_of_date_objects for documentation.

Signature: AskOutOfDateObjects(part)

Parameters:part (Tag) – The part that may contain out of date objects
Returns:A Tuple
Return type:A tuple consisting of (nObjects,objects)

nObjects(int): Number of out of date objects in the part.

objects(list of Tag): Array of tags of objects that are out of date. Use UF_free to deallocate memory when done.

License requirements: None