: code that indicates the beginning of the circle feature. This code stops the linework on the previous point if it is a two or three-point circle. A one point circle with a radius value is similar to the connect point command. The linework code stops and a new circle is created using the point as the center point and the radius. The two and three-point circles behave like begin commands to create a new figure and end an active feature with the same name. |
POOL is the figure name, “ “ (space) is the , CIR is the <Circle> code, and creates a new circular figure where the current point is the radius point, and 5.0 is the circle radius value. The elevation of the figure is the elevation of the current point. This example uses only the current point as the center point, with the <Circle> code followed immediately by the radius. Method 1 uses only the current point as the center point, with the <Circle> code followed immediately by the radius. Method 2 uses two consecutive points to define the circular figure. The first point defines the center location and the second point defines the elevation and the radius. Method 3 uses three points to define a circular figure. The elevation of all three points is used and continues the closure with an arc instead of a line. |