NXOpen.UF.Rule.AskRuleViosSince

Rule.AskRuleViosSince()

Refer to UF_RULE_ask_rule_vios_since for documentation.

Deprecated since version NX5.0.

Signature: AskRuleViosSince(rule, since)

Parameters:
  • rule (Tag) – Tag of the rule to inquire.
  • since (int) – Date (Number of seconds since Jan 1, 1970 00:00:00 GMT).
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