? Second point: This is the default option. The second point you choose is not the endpoint; instead, it’s a point on the arc that, along with the start and endpoints, defines the arc’s
Figure 5-7: A deluge of Arc options, with the results of using some of those options.
The following example shows how you draw an arc with the default start point/second point/endpoint method:
1. Set object properties to the layer and other properties that you want applied to the arc that you’ll draw.
2. Click the Arc button on the Draw toolbar.
AutoCAD starts the Arc command and prompts you at the command line to specify the first endpoint of the arc:
Specify start point of arc or [Center]:
3. Specify the start point by clicking a point or typing coordinates.
The command line prompts you to specify a second point on the arc:
Specify second point of arc or [Center/ENd]:
4. Specify a second point on the arc by clicking a point or typing coordinates.
The second point lies somewhere along the curve of the arc. AutoCAD determines the exact curvature of the arc after you choose the final endpoint in the following step. To align the second point with an existing object, use an object snap mode.
The command line prompts you to specify the other endpoint of the arc; as you move the cursor around, AutoCAD shows how the arc will look:
Specify end point of arc:
5. Specify the other endpoint of the arc by clicking a point or typing coordinates.
AutoCAD draws the arc, as shown in Figure 5-7.
An
The AutoCAD ELlipse command provides a straightforward way of drawing an ellipse: You specify the two endpoints of one of its axes and then specify an endpoint on the other axis. But like the Arc command, the ELlipse command offers a bunch of other options on the command line:
? Arc: This option generates an elliptical arc, not a full ellipse. You define an elliptical arc just as you do a full ellipse. The following methods for creating an ellipse apply to either.
? Center: This option requires that you define the center of the ellipse and then the endpoint of an axis. You can then either enter the distance of the other axis or specify that a rotation around the major axis define the ellipse. If you choose the latter, you can enter (or drag the ellipse to) a specific rotation for the second axis that, in turn, completely defines the ellipse.
? Rotation: With this option, you specify an angle, which defines the curvature of the ellipse — small angles make fat ellipses (0 degrees creates a circle, in fact), and large angles make skinny ellipses. The name of the option, Rotation, has something to do with rotating an imaginary circle around the first axis. If you can figure out the imaginary circle business, then you have a better imagination than I do.
The following example creates an ellipse by using the default endpoints of the axes method. Figure 5-8 shows an ellipse and an elliptical arc.
Figure 5-8: An ellipse and elliptical arc.
Command: ELlipse Enter
Specify axis endpoint of ellipse or [Arc/Center]:
Specify other endpoint of axis:
Specify distance to other axis or [Rotation]:
You can create elliptical arcs (as opposed to the circular arcs that the AutoCAD Arc command draws) by using the Arc option of the ELlipse command; it’s perfect for drawing those cannonball trajectories! Alternatively, you can draw a full ellipse and use the TRIM or BREAK command to cut a piece out of it.
Most people use CAD programs for precision drawing tasks: straight lines, carefully defined curves, precisely specified points, and so on. AutoCAD is not the program to free your inner artist — unless your inner artist is Mondrian. Nonetheless, even meticulously created CAD drawings sometimes need free-form curves. The AutoCAD
Although PLine is pronounced to rhyme with “beeline,” SPLine rhymes with “vine.” (If you liked my earlier pronunciation comment, you may want to think about beer before you say “PLine” and about wine before you say “SPLine.”)
You can use AutoCAD splines in two ways:
? Eyeball the location and shape of the curve and don’t worry too much about getting it just so. That’s the free-form, sketchy, not-too-precise approach that I describe here.
? Specify their control points and curvature characteristics precisely. Beneath their easy-going, informal exterior, AutoCAD splines are really highly precise, mathematically defined entities called
Drawing splines is straightforward, if you ignore the advanced options. The following procedure draws a free-form curve with the SPLine command:
1. Set object properties to the layer and other properties that you want applied to the spline that you’ll draw.
2. Click the Spline button on the Draw toolbar.
AutoCAD starts the SPLine command and prompts you at the command line to specify the first endpoint of the spline:
Specify first point or [Object]:
3. Specify the start point by clicking a point or typing coordinates.
The command line prompts you to specify additional points:
Specify next point:
4. Specify additional points by clicking or typing coordinates.
After you pick the second point, the command line prompt changes to show additional options:
Specify next point or [Close/Fit tolerance] <start tangent>:
Because you’re drawing a free-form curve, you usually don’t need to use object snaps or other precision techniques when picking spline points.
5. Press Enter after you’ve chosen the final endpoint of your spline.