Andy Ward

Results 368 comments of Andy Ward

I think this got discussed over on https://github.com/xBimTeam/XbimEssentials/issues/256 There's no easy answer to this... It also depends on the use cases and a lot of other considerations such as access...

I'd recommend you take a look at this windows app https://github.com/xBimTeam/XbimExchange/tree/master/Xbim.Exchange it lets you convert between pretty much any one of IFC, CobieXLS, CobieLite and XBIM formats (Like COBieExpress. The...

Validator issue fixed by https://github.com/xBimTeam/XbimEssentials/commit/a99168f09248b0edc8aa2ba617451d972ff3c9eb Will require Windows Explorer update

Realistically it won't be any time soon. It needs a major change to the Geometry module to support Linux as per https://github.com/xBimTeam/XbimGeometry/issues/461#issuecomment-1918939622 Currently we're focussing on get v6 Geometry out...

> When are you planning to release XbimGltf? This is probably one for @CBenghi as he maintains this repo. I believe a 5.1 version is published to nuget

Worth tracking https://github.com/helix-toolkit/helix-toolkit/issues/1862 for possible resolution

Rolando, this would be better off in a separate issue in xbim Essentials if you still have queries. The code looks fine. Technically it should be ```csharp element.PredefinedType = IfcBuildingElementProxyTypeEnum.USERDEFINED;...

So running the application from a network share fails? But works if they copy the files locally? We should log that in https://github.com/xBimTeam/XbimGeometry if that's the case. My guess is...

So problem solved? I suspect it'll be because we using `Assembly.Codebase` rather than `Assembly.Location` to locate the executing folder. The former accounts for Shadow-copying (e.g. in legacyASP.NET apps)., but has...

This kind of aggregate relationship data is not held in the wexbim format - it's deliberately lightweight. There's nothing built into the WebUI to do this, so you need to...