[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user