This script allows to toggle the visibility of the grid axes. Button Command: _NoEcho -_RunScript ( Rhino.ShowGridAxes ,Not Rhino.ShowGridAxes ) RhinoScript: Option Explicit Call Main() Sub Main() Rhino.ShowGridAxes ,Not Rhino.ShowGridAxes End Sub Twitter Facebook Google+