ellipse

This command draws an ellipse.

Inline mode usage

ellipse -h
Displays the help file that summarizes the parameters for this command.
ellipse –n <name> -p <center_x> <center_y> <center_z> <radius_x> <radius_y>
Draws an ellipse centered at the specified point and with the defined radii.

Interactive mode usage

Invocation
ellipse
Parameters
  • Center point of the ellipse.
  • Radius along the X axis.
  • Radius along the Y axis.

Example:

>ellipse
Center [x y z]: 0 0 0
First radius (double): 1
Second radius (double): 5
> 

Result:



Figure 1. Resulting ellipse