mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
SVG reliance on UseElemHierarchy for storey decomposition
This commit is contained in:
@@ -86,6 +86,8 @@ def main(
|
||||
geom_settings = ifcopenshell.geom.settings(
|
||||
# when not doing booleans, proper solids from shells isn't a requirement
|
||||
REORIENT_SHELLS=settings.subtract_before_hlr,
|
||||
# SVG serialiazation depends on element hierarchy now to look up the parent
|
||||
ELEMENT_HIERARCHY=True,
|
||||
)
|
||||
|
||||
# this is required for serialization
|
||||
|
||||
Reference in New Issue
Block a user