#
# NEED_PARMS macroname
#
# HELP: SYNOPSIS:
# HELP:     threeplane/views_runmacro
# HELP:
# HELP: DESCRIPTION:
# HELP:     Run a macro on all three planes.
#

VIEW_SET Planes_XY
! ${$argv[1]}

VIEW_SET Planes_XZ
! ${$argv[1]}

VIEW_SET Planes_YZ
! ${$argv[1]}
