Need 'bring to front' on all curves drawn as I draw them?

Move everything below Z=0 with a fixed distance and back when done. Or learn how to use the cplanes. It’s easy and fast once you do.

Try this:

Options >Alerter:

Enable command alerting>ON

Fill in all the commands that you use for drawing, here is a start list, but fill it as you go:

Rectangle
Circle
Curve
Polyline
Ellipse
Point
Arc

Rhino will listen to those commands. When you use one of commands in that list, rhino will trigger a response after it (every time) and will do the following:

_sellast
_bringtofront
_selnone
1 Like

Hi,
That sounds great, will try it.
Many Thanks.

Steve