<div dir="ltr"><div><div><div>Hi, is there any way to alter both global clipping planes at the same time?<br><br></div>This is handy to move the current viewable section, without altering its thickness.<br><br></div>At the moment I use an alias for this:<br><br># move both clip planes hither or yon.<br># Usage: zslab x<br># Move hither and yon clip planes towards (positive) or away (negative)<br>alias ^zslab clip hither $1; clip yon $1<br><br><br></div><div>This works fine, except when the clip planes are close together - in that case, I get an error stating that I'm trying to move the near clip plane behind the far clip plane. It would be nice to have an option to move both planes at once - e.g. maybe changing the syntax of clip so either hither, yon, or both can be specified in the same command would be possible?<br><br></div><div>Cheers,<br></div><div>Oliver.<br></div></div>