AXES_HIDE

AXES_HIDE

MAKES INVISIBLE THE 3D AXES IN THE 3D TARGET OBJECT (SCENE3D)

  • Type: Command
  • Parameter: 0
  • Group: System Objects

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

  • The command AXES_HIDE is used to make not visible any longer the 3D world axes.

ERROR

  • If no SCENE3D is created.

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

SEE ALSO

AXES_SHOW