jupytercad / JupyterCAD

A JupyterLab extension for 3D geometry modeling
https://jupytercad.readthedocs.io
BSD 3-Clause "New" or "Revised" License
122 stars 16 forks source link

After applying an operator the boundinx boxes of the inputs are still visible #526

Open martinRenou opened 3 days ago

martinRenou commented 3 days ago

After applying an operator the boundinx boxes of the inputs are still visible:

https://github.com/user-attachments/assets/2126212d-9a65-4c9f-8d76-d7a8e9e10edc

I expected this not behave that way after putting the bounding box as part of the mesh group in https://github.com/jupytercad/JupyterCAD/pull/521, but it does.

Maybe we're not setting the visible property on the whole group.

martinRenou commented 3 days ago

Oh wait I guess it is the combination of two issues.

arjxn-py commented 3 days ago

thanks for opening this @martinRenou, the explanation helps already and will look more into it