Circle circumference

Discussion in 'AutoCAD' started by John Callaway, Feb 25, 2007.

  1. In Auto-Cad R14 how do I draw a circle with a known circumference?

    JPC
     
    John Callaway, Feb 25, 2007
    #1
  2. Ian,
    I get the following message.
    Diameter: d(/<26>pi)
    Requires numeric distance or second point.

    JPC
     
    John Callaway, Feb 26, 2007
    #2
  3. Leave out the brackets:
    (/ 26 pi)
     
    Michael Bulatovich, Feb 26, 2007
    #3
  4. Thanks!
     
    John Callaway, Feb 27, 2007
    #4
  5. You're welcome. For future reference that line of lisp code feed AutoCAD the
    quotient of 26 divided by pi. You can use code like that 'on the fly' to
    feed numbers you haven't calculated yet to any AutoCAD command. (+ a b)
    gives the sum, (- a b) the difference, and (* a b) the product.
     
    Michael Bulatovich, Feb 27, 2007
    #5
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.