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 sets: Country not set #21

Open MichaelBuehler opened 7 years ago

MichaelBuehler commented 7 years ago

In xbim.Exchanger > IfcToCOBieLiteUK

CountactConverter: Consider to set also contact.Country

In multiple locations missing: var country = string.Join(";", ifcPostalAddresses.Where(p => p.Country.HasValue).SelectMany(p => p.Country.ToString())); if (!string.IsNullOrWhiteSpace(country)) Country = country;