[Part] feature to make persistent section cut views (#4118)

* [Part] feature to make persistent section cut views

* one aim is to have a feature to make real cuts, not hollow ones like with clipping
* the second one is to have a persistent view, so an object in the tree that can be further exported, meshed etc.

For a detailed description with examples see https://forum.freecadweb.org/viewtopic.php?f=17&t=52441
This commit is contained in:
Uwe
2022-02-05 01:57:57 +01:00
committed by GitHub
parent aa76cbc875
commit bb204842f2
6 changed files with 1962 additions and 1 deletions

View File

@@ -651,7 +651,7 @@ MenuItem* StdWorkbench::setupMenuBar() const
*view << "Std_ViewCreate" << "Std_OrthographicCamera" << "Std_PerspectiveCamera" << "Std_MainFullscreen" << "Separator"
<< stdviews << "Std_FreezeViews" << "Std_DrawStyle" << "Std_SelBoundingBox"
<< "Separator" << view3d << zoom
<< "Std_ViewDockUndockFullscreen" << "Std_AxisCross" << "Std_ToggleClipPlane"
<< "Std_ViewDockUndockFullscreen" << "Std_AxisCross" << "Std_ToggleClipPlane" << "Part_SectionCut"
<< "Std_TextureMapping"
#ifdef BUILD_VR
<< "Std_ViewVR"