mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:20:00 +00:00
Add new workaround for the DESITE BIM application
This commit is contained in:
@@ -2035,6 +2035,11 @@ class BIM_PT_mvd(Panel):
|
|||||||
row = layout.row()
|
row = layout.row()
|
||||||
row.prop(bim_properties, "export_should_force_faceted_brep")
|
row.prop(bim_properties, "export_should_force_faceted_brep")
|
||||||
|
|
||||||
|
layout.label(text="DESITE BIM Workarounds:")
|
||||||
|
|
||||||
|
row = layout.row()
|
||||||
|
row.prop(bim_properties, "export_should_force_faceted_brep")
|
||||||
|
|
||||||
layout.label(text="Navisworks Workarounds:")
|
layout.label(text="Navisworks Workarounds:")
|
||||||
|
|
||||||
row = layout.row()
|
row = layout.row()
|
||||||
|
|||||||
Reference in New Issue
Block a user