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
@@ -1074,3 +1074,4 @@ class BIMMeshProperties(PropertyGroup):
swept_solids: CollectionProperty(name="Swept Solids", type=SweptSolid)
is_parametric: BoolProperty(name='Is Parametric', default=False)
presentation_layer: StringProperty(name="Presentation Layer")
geometry_type: StringProperty(name="Geometry Type")