AXES_SHOW

AXES_SHOW

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

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

ACTION

The command AXES_SHOW makes visible the 3D world axes belonging to the 3D target object (SCENE3D).

X axis is in red color, Y axis is in green color, Z axis is in blue color.

SYNTAX: AXES_SHOW

USE

  • The command AXES_SHOW is used to make visible 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_HIDE