i have a question/suggestion for autodesk

Discussion in 'AutoCAD' started by MRL, Jun 23, 2004.

  1. MRL

    MRL Guest

    Hello,

    I have a question for Autodesk.
    Is there a VLISP-variable for predefined angles, like 90 and 270 degrees?

    If not... it would be useful to have it in further releases.

    Martin
     
    MRL, Jun 23, 2004
    #1
  2. MRL

    Paul Turvill Guest

    Angles in LISP are expressed in radians:

    pi = 180 deg.
    pi/2 = 90 deg
    pi/4 = 45 deg
    1.5*pi = 270 deg

    etc.
    ___
     
    Paul Turvill, Jun 23, 2004
    #2
  3. MRL

    Rudy Tovar Guest

    LASTANGLE
    SNAPANG

    Do these help?

    I guess we need to know what you're up to...
    --

    AUTODESK
    Authorized Developer
    http://www.Cadentity.com
    MASi
     
    Rudy Tovar, Jun 23, 2004
    #3
  4. MRL

    MRL Guest

    Hi,

    I just want a variable that is provided by autdesk, so it's ALWAYS
    available!
    I want to avoid formulas or use my own variable.
    (and sometimes my variable is not defined)

    It is not a problem which i don't understand, but a suggestion to autodesk!


    Martin



    or Every time like
     
    MRL, Jun 24, 2004
    #4
  5. MRL

    OLD-CADaver Guest

    <<I just want a variable that is provided by autdesk, so it's ALWAYS available!>>

    PI is always available, ISN'T IT, and why do you need to avoid pi/2?
     
    OLD-CADaver, Jun 24, 2004
    #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.