xBimTeam / XbimExchange

XbimExchange contains several COBie schemas and serialisation functions as well as the Model Validation library adopted by theNBS digital toolkit.
https://xbimteam.github.io/
Other
46 stars 41 forks source link

COBieLiteUK: Conversion from IFC: SerialNumber not mapped due mistake in embedded config #20

Closed MichaelBuehler closed 7 years ago

MichaelBuehler commented 7 years ago

Hello,

In Xbim.Exchanger > IfcToCOBieLiteUK, file COBieAttributes.config

add key="AssetSerialNumber" value="Pset_ManufacturerOccurence.SerialNumber;Pset_Component.SerialNumber;Other.SerialNumber"

It should be Pset_ManufacturerOccurrence, not Pset_ManufacturerOccurence

CBenghi commented 7 years ago

Thanks @MichaelBuehler, fixed in Commit hash: 9701bd430430ff41d908e41e1651e3d33d824d44 If you wish to fork the project and submit Pull requests you'd be welcome. Best, Claudio