Andy Ward
Andy Ward
Programatically: there are a few ways depending on whether you use [one or a pair of planes](https://github.com/xBimTeam/XbimWebUI/blob/f4b550ae9aae1590add1809f9fe9817353060884/examples/wexbim-files-viewer/index.ts#L280), or a [section box](https://github.com/xBimTeam/XbimWebUI/blob/f4b550ae9aae1590add1809f9fe9817353060884/examples/featured-viewer/index.ts#L358): See docs: https://docs.xbim.net/XbimWebUI/classes/Viewer.html#setClippingPlaneA https://docs.xbim.net/XbimWebUI/classes/SectionBox.html There's also a viewer [Plugin...
This has been fixed here in v6 branch: https://github.com/xBimTeam/XbimGeometry/commit/44610f146c3c597b5024a65a25a2684ac57fb206
Great to hear - for the record (and anyone else who has a similar issue) the latest GE at time of writing is [6.3.873-netcore](https://www.nuget.org/packages/Xbim.Geometry/6.3.873-netcore)
These two tests are pretty much the canonical example we use for Real tolerance in IDS: (real values between 0.999998 and 1.000002 satisfy 1.0). So they should pass. I'd be...
> My suggestions (I'll do a pull request for them after some positive responses to this issue): > > - Update the forumula in the documentation to use =, assuming...
It would help to have some numbers for this so we can create a test case. E.g. * How many products are there in the model/wexbim scene? Is it 300MB...
What exactly is the problem you're seeing?