NXOpen.UF.Modeling.AskFaceFaceIntersect

Modeling.AskFaceFaceIntersect()

Refer to UF_MODL_ask_face_face_intersect for documentation.

Signature: AskFaceFaceIntersect(bodyTag)

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

numTags(int): Number of faces in the input body which have a face to face intersection

faultTags(list of Tag): Array of face tags which have a face to face intersection. This must be freed by calling UF_free.

License requirements: None