Andy Ward
Andy Ward
You'll have to provide some details on the exact error message you're seeing when you assign `loadedModel` The best way to help get this looked would be so push some...
I had a quick look at upgrading Helixtoolkit and Propertytools as we're on an old version. Unfortunately there's some focus issues that I wasn't able to resolve -needs someone with...
That's probably one for @CBenghi but I'd guess it's just a case that it wasn't around when XBim.Presentation was first put together a few years back. Looks like we should...
Yes, it does. Try holding down 'Shift' and clicking. You get an axis object that you can drag around and re-orientate to clip the model in different orientations / levels....
Still not working in V5. Error is `==== 16:59 20 Error Xbim.ModelGeometry.Scene.Xbim3DModelContext GeomScene: #30="IfcExtrudedAreaSolid" ["Failed to create shape geometry, General Error Creating IfcExtrudedAreaSolid, #30"] `
Weird because it has been tested on IoS Safari and Chrome It would be useful to get the stats on the level of Webgl support for the two different browsers....
This should have been fixed with #367 Was down to a precision issue affecting mobile viewer engines
Did you resolve this?
This is fixed in the v5.0 XbimGeometry. Close this off when we integrate the latest dependencies
Hi Jose, you want something like: ```csharp using Xbim.Ifc4.Interfaces; using (var model = IfcStore.Open(filename)) { var allWalls = model.Instances.OfType(); // All items of type IIfcWall foreach (var item in allWalls)...