NXOpen.UF.Rule.AskRuleVios

Rule.AskRuleVios()

Refer to UF_RULE_ask_rule_vios for documentation.

Deprecated since version NX5.0.

Signature: AskRuleVios(rule)

Parameters:rule (Tag) – Tag of the rule to query.
Returns:A Tuple
Return type:A tuple consisting of (numViolations,violations)

numViolations(int): Number of violations returned.

violations(list of Tag): Violations array. This array must be freed by calling UF_free.

License requirements: None