Store the IFC geometry type on import. See #865.

This commit is contained in:
Dion Moult
2020-06-01 21:57:56 +10:00
parent 0ec205ad1d
commit fa461502a0
3 changed files with 15 additions and 1 deletions
@@ -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')