Skip to main content

To work with arcs

Arcs are the curved objects which can be made by many combinations of  3points, by specifying start, center, angle, length, end, direction, radius.

To draw arcs in clockwise direction.
    Arcs always traces anti clockwise direction, if you want to change the tracing of arc in clockwise direction then press ctrl and start tracing you arc.

Draw an arc by specifying 3 Point method.
  1. Click Home tabDraw panel Arc drop-down 3-Point.  Find
  2. Specify the start point.
  3. Specify a point on the arc.
  4. Specify the endpoint
OR

Command: A (Enter)
ARC
Specify start point of arc or [Center]: Click

Specify second point of arc or [Center/End]: Click

Specify end point of arc: Click

Draw an arc by start center endpoint.
  1. Click Home tabDraw panel Arc drop-down Start, Center, End.  Find
  2. Specify a start point.
  3. Specify the center point.
  4. Specify the endpoint.
OR

Command: A ARC

Specify start point of arc or [Center]: Click to specify start point

Specify second point of arc or [Center/End]: C (Enter) // This will prompt autocad that next point will be center point of arc.

Specify center point of arc: Click

Specify end point of arc (hold Ctrl to switch direction) or [Angle/chord Length]: Click.

Continue tangential line with arc:
  1. Complete the arc.
  2. Click Home tabDraw panelLine.  Find
  3. Press Enter at the first prompt.
  4. Enter the length of the line and press Enter.
Continue an arc with tangential line:
  1. Complete the arc.
  2. Click Home tab  Draw panel  Arc drop-down  Continue.  Find
  3. Specify the second endpoint of the tangent arc.

Comments

Popular posts from this blog

How to draw objects faster with perfect precision in AutoCAD | Object snap| polar tracking | Tracking method | Direct distance entry

 Hello Friends, This blog covers topic basesd on object snap tracking, polar tracking, direct distance entry, tracking method for drafting drawing without any any errors at faster speed.  OBJECT SNAP TRACKING: Object snap tracking (F11) works when object snap option (F3) is kept on. object snap tracks various points of object such as end point, mid point, intersection of two objects etc. they are also used to draw parallel lines and perpendicular lines with to respect to a given object.  You can get object snap and object snap tracking option under drafting settings for which you can press "DS" in command box. below diagram shows all the snap points which Autotrack uses. While tracking any objects a "+" sign is displayed on tracking point with a green extension line with a "x" mark. POLAR TRACKING: In autoCAD ortho mode makes it possible to track in vertical or horizontal direction with increment angle as 0, 90, 180, 270. how ever we can set out increme...

From command

From:  fro (enter) From command is used to draw a line or any objects base point at a specific distance from a particular reference point. (Video link attached at the end of commands)   Command: L LINE Specify first point: fro Base point: Click at corner A <Offset>: 5 Specify next point or [Undo]: fro Base point: Click at corner B  <Offset>: 50 Specify next point or [Undo]: ESC click here to see how to use from command. Related Concepts: About Polyline. About lines. About multilines. Relates Task: How to draw lines. How to draw polylines. How to draw multiline. How to edit multiline. How to create multiline style. Related reference: Commands for linear geometric objects. Mid point command. Co-ordinate entry system. Direct distance entry. How to draw lines with precision.

How to use direct distance entry system

DIRECT DISTANCE ENTRY (Command modifier)                                                              This will locate the next point at a specified distance along the direction of your cursor. When it prompts for "specify next point" , enter a numeric value. With direct distance entry system you can specify the next point relative to previous point your previous point on which you were working. At any prompt for specifying other point, move your cursor to specify the direction and then enter a numeric value to create or move any object. In the following example, the second point for the line will be located 5 units toward the direction of the cursor. The direct distance that you enter is measured along the path from the last point to the current location of the cursor. This feature is usually used with Ortho or Snap mode turned on. E...