mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Support tessellated polygonal face set for much more efficient files (44kb vs 84kb Suzanne!)
This commit is contained in:
@@ -1664,6 +1664,8 @@ class BIM_PT_mvd(Panel):
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, 'export_should_guess_quantities')
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, 'export_should_force_faceted_brep')
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, 'import_should_import_type_representations')
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, 'import_should_import_curves')
|
||||
|
||||
Reference in New Issue
Block a user