You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried running the binder examples in Jupyter Lab for BRepAlgoAPI_Section usages.
However, the slicer and the section examples don't work as expected.
Expectation: the displayed shape has lines where the sections or slices should be.
Actual result: the shapes are displayed as-is, without any intersections or slices.
I've also tried uncommenting the part, where the sections should be displayed in the renderer, e.g.:
I've added some transparency for the original torus shape in the section example, if the sections are conflicting with the shape itself, but with no results.
For the slicer example, the renderer throws a runtime error:
Hello!
I've tried running the binder examples in Jupyter Lab for
BRepAlgoAPI_Section
usages.However, the
slicer
and thesection
examples don't work as expected.Expectation: the displayed shape has lines where the sections or slices should be.
Actual result: the shapes are displayed as-is, without any intersections or slices.
I've also tried uncommenting the part, where the sections should be displayed in the renderer, e.g.:
I've added some transparency for the original torus shape in the
section
example, if the sections are conflicting with the shape itself, but with no results.For the
slicer
example, the renderer throws a runtime error:What am I doing wrong?
The text was updated successfully, but these errors were encountered: