You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: