You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Display a warning message listing the problematic faces.
1993
-
std::string info = "There may be vessels that only partially intersect.\n\n";
1993
+
std::string info = "There may be vessels with an end not fully enclosed in an intersecting vessel. There may also be vessels that don't intersect any other vessels.\n\n";
1994
1994
info += "Please check the faces listed under Details and highlighted in the Face List browser.";
1995
1995
auto text = QString::fromStdString(info);
1996
1996
QString title = "A problem was encountered when creating the model";
0 commit comments