mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ifcopenshell.draw - add hlr_poly option
This commit is contained in:
@@ -60,6 +60,7 @@ class draw_settings:
|
||||
cells: bool = True
|
||||
merge_cells: bool = False
|
||||
include_projection: bool = True
|
||||
hlr_poly: bool = False
|
||||
prefilter: bool = True
|
||||
include_curves: bool = False
|
||||
unify_inputs: bool = True
|
||||
@@ -137,6 +138,7 @@ def main(
|
||||
if settings.subtract_before_hlr:
|
||||
sr.setSubtractionSettings(W.ALWAYS)
|
||||
|
||||
sr.setUseHlrPoly(settings.hlr_poly)
|
||||
sr.setUsePrefiltering(settings.prefilter)
|
||||
sr.setUnifyInputs(settings.unify_inputs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user