circle

This command draws a circle with a specified radius and center point.

Inline mode usage

circle -h
Displays the help file that summarizes the parameters for this command.
circle –n <name> -p <x_center> <y_center> <z_center> <radius>
Draws a circle named <name>with center coordinates (<x_center>, <y_center>, <z_center>) and specified radius <radius>.

Interactive mode usage:

Invocation
circle
Parameters
  • Center point, in "x y z" format: x y z.
  • Radius of the circle: radius.

Example:

>circle
Center [x y z] 0 1 0
Radius [double] 3

Result



Figure 1. Resulting circle