Very nice! I had time to look at and use this again and love it! Would be nice if this would be included as standard feature next to "clipping plane" (without blocking the Task-panel. This is very, very, very (= extremelylooo wrote: ↑Sun Apr 23, 2017 10:21 amMaybe the SoClipPlanManip node could be useful. I think drawing the cap is not that important for this task.HoWill wrote:Is this possible without blocking the Task-panel as the original clipping tool does?Code: Select all
from pivy import coin sg = Gui.ActiveDocument.ActiveView.getSceneGraph() clip_plane = coin.SoClipPlaneManip() sg.insertChild(clip_plane, 0) # sg.removeChild(clip_plane, 0)
Thanks freecad-heini-1, I know this post.freecad-heini-1 wrote: ↑Wed Aug 30, 2017 7:12 pmThere is some progress in the German section of the forum. Please have a look here:
https://forum.freecadweb.org/viewtopic. ... 29#p188929
Shouldn’t it be integrated as an horizontal feature for all workbenches?