MichaelBuehler

Results 5 issues of MichaelBuehler

I get an validation error by xBIM on IfcShapeRepresentation with RepresentationIdentifier='SolidModel' containing boolean operations. #### Assemblies and versions affected: Xbim.Essentials 5.1.341 (and earlier) #### Steps (or code) to reproduce the...

Hello, Below code in Exchange > IfcToCOBieLiteUK > COBieLiteUKHelper.cs seems todo nothing: On Line 483, ret contains the correct list of systems, but ret is not used. private void GetSystems()...

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...

Hello, Conversion IFC to COBie LiteUK works if model is based on IFC4, but not on IFC2x3. The Email is used as Contact key, but always null if defined inside...

bug

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;