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
Hello @Jero9999,
I'm having problem following this thread. The current codebase is 4.0.6-V0005 using Essentials 4.0.28-V017, does the error still apply?
A test file would help.
Claudio
On conversion from IFC2x3 or IFC4, the Contact street will be set to .NET Type Name.
From XML export
Xbim.Ifc4.OptionalItemSet`1[Xbim.Ifc4.MeasureResource.IfcLabel]
Probably there is no .ToString() implementation for ItemSet as code assumes:
MappingIfcActorToContact.cs Line 87 and 145
target.Street = postal.AddressLines != null && postal.AddressLines.Any() ? string.Join(", ", postal.AddressLines) : null;
Using version on NuGET: Essentials 4.0.15 and Exchange 4.0.4.
The text was updated successfully, but these errors were encountered: