can CAL be used in LISP?

Discussion in 'AutoCAD' started by Don Quixote, Sep 16, 2004.

  1. Don Quixote

    Don Quixote Guest

    I have tried to use CAL in a LISP routine, but when I run it, I get a 'no
    command CAL' found....can CAL be used in LISP?...or is it just a stand alone
    command? thanks...
     
    Don Quixote, Sep 16, 2004
    #1
  2. Don Quixote

    Doug Broad Guest

    Yes. It can be loaded but you must use
    (arxload "geomcal") or something like it before
    assuming that it is already loaded.

    Do a google search on the autodesk.autocad.customization
    group to find out more.
     
    Doug Broad, Sep 16, 2004
    #2
  3. Don Quixote

    bnarum Guest

    Are you trying to pass "CAL" to user for calculation? What is the intention of "CAL" in lisp?
     
    bnarum, Sep 16, 2004
    #3
  4. Don Quixote

    Don Quixote Guest

    I want to use the 'dee' function of CAL....so instead of having to type in
    CAL to get to DEE, I just want to type in DEE and automatically get that
    particular function

    --
    Alfred Narbaiz




    intention of "CAL" in lisp?
     
    Don Quixote, Sep 17, 2004
    #4
  5. Don Quixote

    C Witt Guest

    (DISTANCE (GETPOINT) (GETPOINT))

    ?
     
    C Witt, Sep 17, 2004
    #5
  6. Don Quixote

    devitg Guest

    Yes it can be do.

    Let me search on my files I have a example using cal
     
    devitg, Sep 19, 2004
    #6
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.