wkt-use-section option for svg-like occt section cuts instead of polyhedral topology

This commit is contained in:
Thomas Krijnen
2024-10-08 20:57:27 +02:00
parent cc6249d6cc
commit bfe3601fd1
4 changed files with 154 additions and 27 deletions
+1
View File
@@ -1030,6 +1030,7 @@ int main(int argc, char** argv) {
#ifdef IFOPSH_WITH_OPENCASCADE
if (output_extension == SVG) {
// @todo turn these all into proper settings
if (vmap.count("section-height-from-storeys") != 0) {
if (vmap.count("section-height")) {
static_cast<SvgSerializer*>(serializer.get())->setSectionHeightsFromStoreys(section_height);