Not that I am aware of...I have wanted a circular selection tool which looks like would work in this example also using a circular selection to hide the external items, then repeat and invert to get the internal ones.
Thank you Michael. Another useful script.
It works nicely.
I studied your script. As a thought, what if we use the sketch tool as outline?
I think you can change this to add a pseudo lasso selection tool.
Or possibly circle and polygon selection tools?
something like this:
if ( outlines.length == 0 )
{
save current CPlane
getViewportUnderMouse
if(viewport == 3D) : Align CPlane with 3D view
start "sketch" factory.
Ask the user to draw a curve
when sketch finished : if (curve is open) : close it
use this curve as "Outline"
outlines = "sketch" factory result
}
continue ...
when finished or canceled : restore CPlane
Hi Pilou, thanks for sending me the file. It’s not working there because one of the curves is not planar. For it to work all the curves must be in the same plane.