NXOpen.UF.Modeling.AskFaceSelfIntersect

Modeling.AskFaceSelfIntersect()

Refer to UF_MODL_ask_face_self_intersect for documentation.

Signature: AskFaceSelfIntersect(faceTag)

Parameters:faceTag (Tag) – face tag
Returns:A Tuple
Return type:A tuple consisting of (faultToken,point)

faultToken(int): Fault token. If 0, then the face is not self-intersecting. Otherwise it is a model error code that can be converted to a string by calling UF_get_fail_message.

point(list of float): Point of self-intersection in ABS coordinates

License requirements: None