We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I used the InteractiveClippingPlane,I want to achieve the following effect. it's incision is solid.
But InteractiveClippingPlane's defualt incision effect is open. Can InteractiveClippingPlane's incision be solid?
2.1.0-pre202409212148
const clipplan = new InteractiveClippingPlane(); viewer.addPlugin(clipplan); plan.value.stopped = false
(IFC files need to be zipped to be uploaded. Than just drag & drop here) @martin1cerny @andyward
The text was updated successfully, but these errors were encountered:
Without opening a new topic - how do you even define a clippingPlane? Is there an example? Thanks.
Sorry, something went wrong.
Programatically: there are a few ways depending on whether you use one or a pair of planes, or a section box:
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 that lets you set clipping planes via an interactive widget: e.g. in the featured-viewer example
Awesome, thank you.
No branches or pull requests
Expected behavior:
When I used the InteractiveClippingPlane,I want to achieve the following effect.

it's incision is solid.
Actual behavior or exception details:
But InteractiveClippingPlane's defualt incision effect is open. Can InteractiveClippingPlane's incision be solid?
Version of the xBIM Viewer:
2.1.0-pre202409212148
Minimal code (or steps) to reproduce the issue:
Minimal file to reproduce the issue:
(IFC files need to be zipped to be uploaded. Than just drag & drop here)
@martin1cerny @andyward
The text was updated successfully, but these errors were encountered: