mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Updated description
This commit is contained in:
committed by
Thomas Krijnen
parent
4ea95960a2
commit
2cb3b0817f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user