NXOpen.UF.Modeling.AskBodyConsistency

Modeling.AskBodyConsistency()

Refer to UF_MODL_ask_body_consistency for documentation.

Signature: AskBodyConsistency(bodyTag)

Parameters:bodyTag (Tag) – body tag
Returns:A Tuple
Return type:A tuple consisting of (numTags,faultTokens,faultTags)

numTags(int): The number of faces/edges in the input body which don’t pass the consistency check.

faultTokens(list of int): Array of fault tokens. Each token is a UF_MODL error code, which can be translated to a string by passing it to UF_get_fail_message. This array must be freed by calling UF_free.

faultTags(list of Tag): Array of tags of faces/edges which don’t pass the consistency check This array must be freed by calling UF_free.

License requirements: None