#
# NEED_PARMS zoomfactor
#
# HELP: SYNOPSIS:
# HELP:     threeplane/views_zoom
# HELP:
# HELP: DESCRIPTION:
# HELP:     Set the zoom factor on all three planes
#
DECLARE double $zoom
CECHO ${$zoom=$argv[1]}

VIEW_SET Planes_XY
ZOOM ${$zoom}

VIEW_SET Planes_XZ
ZOOM ${$zoom}

VIEW_SET Planes_YZ
ZOOM ${$zoom}
