mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 19:46:22 +00:00
Store the IFC geometry type on import. See #865.
This commit is contained in:
@@ -406,6 +406,8 @@ class BIM_PT_mesh(Panel):
|
||||
row = layout.row(align=True)
|
||||
row.operator('bim.push_representation')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'geometry_type')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'presentation_layer')
|
||||
|
||||
Reference in New Issue
Block a user