Autodesk / revit-ifc

IFC for Revit and Navisworks (2019+)
477 stars 194 forks source link

Can't export Pset_SpaceParking #618

Open andydandy74 opened 1 year ago

andydandy74 commented 1 year ago

Apparently it's not possible to export data for the Pset_SpaceParking property set. Parking objects can be exported as IfcSpace.PARKING but the property set does not export. It would be great if that could be supported.

grafik

AngelVelezSosa commented 1 year ago

Can you upload that simple file? A quick look at the code finds the pset definition...

andydandy74 commented 1 year ago

https://github.com/andydandy74/MyIssues/raw/master/RevitIFC618/067_IFC_Pset_SpaceParking.rvt

AngelVelezSosa commented 1 year ago

OK, that one seems simple enough - the space isn't getting the predefined type set. Will fix.