mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Replace SEW_SHELLS with REORIENT_SHELLS #4832
This commit is contained in:
@@ -551,7 +551,7 @@ In Python, this is set in the settings passed to the iterator.
|
|||||||
offset[0], offset[1], offset[2] = (1, 2, 3)
|
offset[0], offset[1], offset[2] = (1, 2, 3)
|
||||||
settings.offset = offset
|
settings.offset = offset
|
||||||
|
|
||||||
SEW_SHELLS
|
REORIENT_SHELLS
|
||||||
----------
|
----------
|
||||||
|
|
||||||
+------+---------------------+---------+
|
+------+---------------------+---------+
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ def main(
|
|||||||
|
|
||||||
geom_settings = ifcopenshell.geom.settings(
|
geom_settings = ifcopenshell.geom.settings(
|
||||||
# when not doing booleans, proper solids from shells isn't a requirement
|
# when not doing booleans, proper solids from shells isn't a requirement
|
||||||
# SEW_SHELLS=settings.subtract_before_hlr,
|
REORIENT_SHELLS=settings.subtract_before_hlr,
|
||||||
)
|
)
|
||||||
|
|
||||||
# this is required for serialization
|
# this is required for serialization
|
||||||
|
|||||||
Reference in New Issue
Block a user