Open nmschulte opened 5 hours ago
Confirmed
https://github.com/user-attachments/assets/f4113764-f1af-4b84-8f83-dd4f0d0c017f
OS: Arch Linux (KDE/plasma/wayland)
Architecture: x86_64
Version: 1.0.0.39109 (Git)
Build type: Release
Branch: makepkg
Hash: 2fcc5317fe3aee96ca73475986a577719fc78e20
Python 3.12.7, Qt 6.8.0, Coin 4.0.3, Vtk 9.3.1, OCC 7.8.1
Locale: English/United States (en_US)
Stylesheet/Theme/QtStyle: FreeCAD Dark.qss/FreeCAD Dark/
Installed mods: lattice2 1.0.0; CurvedShapes 1.0.13; MeshRemodel 1.10.34; freecad.gears 1.3.0; fasteners 0.5.31; sheetmetal 0.5.7; Silk 0.1.5; PieMenu 1.9.5 (Disabled); Curves 0.6.51
The code and UX say "Toggles clipping plane for active view."
Does this imply a set of clipping parameters per view?
The way Gui::StdCmdToggleClipPlane
interoperates with Gui::Dialog::Clipping
sort of allows this, but needs to track a set of dialogs per view, and handle hiding and showing them as the active view / document changes. Otherwise, these two will need to change; I'm not sure if there's another similar per-view state pattern that could be referenced/lifted.
I hope this will be resolved by a general new approach of clipping planes https://github.com/FreeCAD/FreeCAD/issues?q=is%3Aissue+is%3Aopen+label%3A"Topic%3A+Clipping+Planes"
Is there an existing issue for this?
Problem description
When using the Clipping Plane feature, it seems to only affect the document that was active when it was opened, and must be closed and re-opened in order to affect a different active document.
Full version info
Subproject(s) affected?
None
Anything else?
No response
Code of Conduct