Creating a pentacle?

Discussion in 'AutoCAD' started by Pekka P, Sep 19, 2005.

  1. Pekka P

    Pekka P Guest

    Hello,

    Is there a way (a lisp?) to create e.g. pentacle basicly same way than a
    circle is created? E.g. I´d give the center point -> the program would ask
    how many corners -> I´d give 5 -> then I´d just draw a circle but it´d be a
    pentacle.

    ?
    thanks,
    Pekka
     
    Pekka P, Sep 19, 2005
    #1
  2. Pekka P

    SimonLW Guest

    I recall seeing a LISP once that could draw stars and such. You might google
    search it.
    -S
     
    SimonLW, Sep 19, 2005
    #2
  3. Pekka P

    Paul Turvill Guest

    What's wrong with the POLYGON command?
    ___
     
    Paul Turvill, Sep 19, 2005
    #3
  4. Pekka P

    SimonLW Guest

    A pentacle is a five point star with a circle around it.
    -S
     
    SimonLW, Sep 19, 2005
    #4
  5. Pekka P

    Paul Turvill Guest

    Perhaps, although dictionary.com says nothing about a circle being part of
    it. I've seen many instances where posters use less than totally accurate
    terms for something they're trying to achieve. In any case, unless it's
    something he has to do over and over and over again, the POLYGON command is
    a very good place to start. After that, all one would have to do is to
    "connect the dots."
    ___
     
    Paul Turvill, Sep 19, 2005
    #5
  6. Pekka P

    nemi Guest

    You can you use a POLYGON command.
     
    nemi, Sep 19, 2005
    #6
  7. Pekka P

    Longshot Guest

    why not just use the POLYGON command? :eek:)
     
    Longshot, Sep 19, 2005
    #7
  8. Pekka P

    Capt. Flack Guest

    Not sure why the others are going on about the POLYGON command, how that
    creates a Pentacle `quickly' is beyond me.

    BTW the ancient LISP routine you require is STAR.LSP which can be found at :

    http://www.et.utt.ro/public/CAD/ACAD10/LSP/

    These go back to the late 80's but still don't feature in current releases.

    Download and add to one of your supported directories, type (load "star")
    at the acad command prompt, enter no. of points (5), enter inner rad and
    then outer rad.

    Hope this helps.
     
    Capt. Flack, Sep 19, 2005
    #8
  9. Pekka P

    Pekka P Guest

    That´s right!! I´ve been using AutoCAD for about 12 years and never have had
    to use this command before...:)

    Thanks,
    Pekka

    You can you use a POLYGON command.
     
    Pekka P, Sep 20, 2005
    #9
  10. Pekka P

    Capt. Flack Guest

    ----- Original Message -----
    From: "Doug T" <>
    Newsgroups: alt.cad.autocad
    Sent: Tuesday, September 20, 2005 6:03 AM
    Subject: Re: Creating a pentacle?

    Where `R' is the distance from centre to point

    s = length of flat on pentagon
    r = radius from centre point to mid point of flat

    R would equal the square route of (`s' squared over 4) + `r' squared


    BTW the original poster wanted a Pentagon not a pentacle by the looks of
    things ! Oh dear.
     
    Capt. Flack, Sep 20, 2005
    #10
  11. Pekka P

    Paul Turvill Guest

    Well, as of this morning, the OP seems satisfied with the POLYGON command
    ....
    ___
     
    Paul Turvill, Sep 20, 2005
    #11
  12. See comments in another thread about naming things well ; }
     
    Michael Bulatovich, Sep 20, 2005
    #12
  13. Pekka P

    Paul Turvill Guest

    I know. It can be very frustrating attempting to answer a question when the
    OP doesn't know what to ask, or how to ask it accurately. I was lucky on
    this one.
    ___
     
    Paul Turvill, Sep 21, 2005
    #13
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.