NXOpen.UF.Modeling.AskBodyStructures

Modeling.AskBodyStructures()

Refer to UF_MODL_ask_body_structures for documentation.

Signature: AskBodyStructures(bodyTag)

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

numTags(int): Number of faces/edges in the input body which don’t pass data structures check.

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

License requirements: None