mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
wkt-use-section option for svg-like occt section cuts instead of polyhedral topology
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user