mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Expose mirror-y in draw.py
This commit is contained in:
@@ -75,6 +75,7 @@ class draw_settings:
|
||||
include_curves: bool = False
|
||||
unify_inputs: bool = True
|
||||
arrange_spaces: bool = False
|
||||
mirror_y: bool = False
|
||||
|
||||
|
||||
def main(
|
||||
@@ -169,6 +170,7 @@ def main(
|
||||
sr.setUseHlrPoly(settings.hlr_poly)
|
||||
sr.setUsePrefiltering(settings.prefilter)
|
||||
sr.setUnifyInputs(settings.unify_inputs)
|
||||
sr.setMirrorY(settings.mirror_y)
|
||||
|
||||
try:
|
||||
sh = ["none", "full", "left"].index(settings.storey_heights)
|
||||
|
||||
Reference in New Issue
Block a user