NXOpen.UF.Kf.AskRules

Kf.AskRules()

Refer to UF_KF_ask_rules for documentation.

Signature: AskRules(nameChain)

Parameters:nameChain (str) – Reference chain of the instance
Returns:A Tuple
Return type:A tuple consisting of (numRules,rules)

numRules(int): Number of rules found for this instance

rules(list of str): Array of rules found under the instance. Free with UF_free_string_array.

License requirements: None