Updated description

This commit is contained in:
Jesse Vander Does
2021-02-06 21:44:13 -06:00
committed by Thomas Krijnen
parent 4ea95960a2
commit 2cb3b0817f
+4 -1
View File
@@ -341,7 +341,10 @@ int main(int argc, char** argv) {
"if an object does not have any specified material in the IFC file.")
("validate", "Checks whether geometrical output conforms to the included explicit quantities.")
("no-wire-intersection-check", "Skip wire intersection check")
("strict-tolerance", "Use strict tolerance for detecting wire intersections");
("strict-tolerance", "Use exact tolerance from model. Default is a 10 "
"times increase for more permissive edge curves and fewer artifacts after "
"boolean operations at the expense of geometric detail "
"due to vertex collapsing and wire intersection fuzziness.");
std::string bounds;
#ifdef HAVE_ICU