MAKES INVISIBLE THE 3D AXES IN THE 3D TARGET OBJECT (SCENE3D)
ACTION
The command AXES_HIDE makes invisible the 3D world axes belonging to 3D target object (SCENE3D).
Remark: by default, the 3D world axes are not visible.
SYNTAX:
AXES_HIDE
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem show the 3D axis
axes_show
rem for 2 seconds
wait 2000
rem then hide the 3D axis
axes_hide
AXES_HIDE
AXES_HIDE
SEE ALSO
AXES_SHOW