SHAPE_ELLIPSE

SHAPE_ELLIPSE N

THE OBJECT SHAPE NUMBER N BECOMES AN ELLIPSE

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

ACTION

The command SHAPE_ELLIPSE N changes the shape of the object SHAPE number N, which becomes an ellipse.

By default, a created SHAPE is a circle.

SYNTAX: SHAPE_ELLIPSE N

  • N = system object number (integer or real). Must be greater than 0 and less than or equal to the allowed maximum number of system objects.

USE

  • The command SHAPE_ELLIPSE is used to change the form of an object SHAPE.

ERROR

  • If number N is not a correct expression.
  • If number N exceeds the allowed maximum number of system objects.
  • If number N is less than 0.
  • If system object number N does not exist.
  • If number N is not the number of a SHAPE.

EXAMPLE

shape 1

width 1,300

height 1,100

caption 0,"CIRCLE"

pause 2000

shape_square 1

caption 0,"SQUARE"

pause 2000

shape_square_rounded 1

caption 0,"SQUARE_ROUNDED"

pause 2000

shape_rectangle 1

caption 0,"RECTANGLE"

pause 2000

shape_rectangle_rounded 1

caption 0,"RECTANGLE_ROUNDED"

pause 2000

shape_ellipse 1

caption 0,"ELLIPSE"

pause 2000

shape_circle 1

caption 0,"CIRCLE"

SEE ALSO

SHAPE

SHAPE_CIRCLE

SHAPE_RECTANGLE

SHAPE_RECTANGLE_ROUNDED

SHAPE_SQUARE

SHAPE_SQUARE_ROUNDED