Closed martinRenou closed 3 weeks 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.
visible
Oh wait I guess it is the combination of two issues.
thanks for opening this @martinRenou, the explanation helps already and will look more into it
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.