From 2cb3b0817fcf9b40a1d8d9854e5f4e1f8d8c51d7 Mon Sep 17 00:00:00 2001 From: Jesse Vander Does Date: Sat, 6 Feb 2021 21:44:13 -0600 Subject: [PATCH] Updated description --- src/ifcconvert/IfcConvert.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ifcconvert/IfcConvert.cpp b/src/ifcconvert/IfcConvert.cpp index efa1624be6..e0ebbc964d 100644 --- a/src/ifcconvert/IfcConvert.cpp +++ b/src/ifcconvert/IfcConvert.cpp @@ -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