Raise default section height from storey from 1.0 to 1.2

This commit is contained in:
Bruno Postle
2021-11-15 20:15:55 +00:00
committed by Thomas Krijnen
parent 4617d9f234
commit 604fbc4bc9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ int main(int argc, char** argv) {
("door-arcs", "Draw door openings arcs for IfcDoor elements")
("section-height", po::value<double>(&section_height),
"Specifies the cut section height for SVG 2D geometry.")
("section-height-from-storeys", "Derives section height from storey elevation. Use --section-height to override default offset of 1")
("section-height-from-storeys", "Derives section height from storey elevation. Use --section-height to override default offset of 1.2")
("use-element-names",
"Use entity instance IfcRoot.Name instead of unique IDs for naming elements upon serialization. "
"Applicable for OBJ, DAE, and SVG output.")