Arc length

Discussion in 'AutoCAD' started by Rabbit, Aug 27, 2004.

  1. Rabbit

    Rabbit Guest

    How do I draw an arc when all I know is the arc length and radius?
     
    Rabbit, Aug 27, 2004
    #1
  2. Rabbit

    Rick Keller Guest

    Well the way I would do it... (there is probably an easier way)

    I would draw a circle to get the radius.

    Get the circumference.

    Divide the circumference by the distance you need.

    Draw a line.

    Copy/rotate the line to the degrees you need.

    Rick
     
    Rick Keller, Aug 27, 2004
    #2
  3. Rabbit

    R.K. McSwain Guest


    L/R = Delta

    So if your length = 39.27, and the radius = 25.00, then the delta would be
    39.27/25 = 1.5708r (or 90 degrees).

    Once you know that, here is one way.
    Start the ARC command and follow these prompts:

    Command: ARC
    Specify start point of arc or
    : C
    Specify center point of arc: ---->pick center point
    Specify start point of arc: @25<0 ---->enter start point
    Specify end point of arc or [Angle/chord Length]: A ---->angle option
    Specify included angle: 90 ---->specify the angle​
     
    R.K. McSwain, Aug 27, 2004
    #3
  4. Rabbit

    Ron Guest

    (one way)

    Arc length = radius * angle in radians
    angle in radians = arc length / radius
    angle in degrees = angle in radians * 180 / 3.1416

    draw a circle with the radius you want.
    draw two lines from the center of the circle, separated by the angle you
    want
    trim the circle with the lines to get your arc
     
    Ron, Aug 27, 2004
    #4
  5. Rabbit

    Tom Whatley Guest

    draw circle
    break 2pt
    lengthen total
     
    Tom Whatley, Aug 27, 2004
    #5
  6. i just used the arc command to do this.
    a 36' arc with a radius of 25'

    Command: arc Specify start point of arc or
    :s
    Specify second point of arc or [Center/End]: c Specify center point of arc:
    25'

    Specify end point of arc or [Angle/chord Length]: l Specify length of chord:
    36'

    Pau​
     
    Paul Caruthers, Aug 27, 2004
    #6
  7. Rabbit

    Rick Keller Guest

    Show off !!! lol ;)

    Rick



     
    Rick Keller, Aug 27, 2004
    #7
  8. i figured i'd get one of these questions right eventually :)

     
    Paul Caruthers, Aug 27, 2004
    #8
  9. Rabbit

    Tom Whatley Guest

    Well.....almost
     
    Tom Whatley, Aug 27, 2004
    #9
  10. "Almost" ? did I miss something?

     
    Paul Caruthers, Aug 27, 2004
    #10
  11. Rabbit

    Tom Whatley Guest

    OP had two variables, radius and ARC length. The arc command requires CHORD
    length. In your example a 25' R arc with a Chord length of 36' would have an
    arc length of 40.19'. It would still need to be lengthened or shortened as
    the case may be to achieve the desired arc length.
     
    Tom Whatley, Aug 27, 2004
    #11
  12. ah, I see. I stand corrected.

    Paul

     
    Paul Caruthers, Aug 27, 2004
    #12
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.