XbimWebUI icon indicating copy to clipboard operation
XbimWebUI copied to clipboard

Can ClippingPlane's incision be solid?

Open AHSss opened this issue 1 year ago • 3 comments

Expected behavior:

When I used the InteractiveClippingPlane,I want to achieve the following effect. image 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:

    const clipplan = new InteractiveClippingPlane();
    viewer.addPlugin(clipplan);
    plan.value.stopped = false

Minimal file to reproduce the issue:

(IFC files need to be zipped to be uploaded. Than just drag & drop here) @martin1cerny @andyward

AHSss avatar Oct 13 '24 16:10 AHSss