NXOpen.UF.Rule.AskVioObjects

Rule.AskVioObjects()

Refer to UF_RULE_ask_vio_objects for documentation.

Deprecated since version NX5.0.

Signature: AskVioObjects(violation)

Parameters:violation (Tag) – Tag of violation to inquire.
Returns:A Tuple
Return type:A tuple consisting of (numObjects,objects)

numObjects(int): Number of objects to returned.

objects(list of Tag): Array of objects. This array must be freed by calling UF_free.

License requirements: None