Align not loaded???

Discussion in 'AutoCAD' started by BillZ, Jul 29, 2004.

  1. BillZ

    BillZ Guest

    R2005 Vlisp:

    I open a drawing that has a mesh that I'm running a program on. i check for arx apps loaded.

    Command: (arx)
    ("acapp.arx" "acdblclkedit.arx" "acdblclkeditpe.arx" "acdim.arx" "aceplotx.arx"
    "acetlodr.arx" "acetutil.arx" "achapi16.dbx" "achlnkui.arx" "acidropmgr.arx"
    "aclayerp.arx" "acmgd.dll" "acpltstamp.arx" "acsign.arx" "acsmnav.arx"
    "acspacetrans.arx" "acstd.arx" "actaskbar.arx" "actp.arx" "acvba.arx"
    "doslib2004.arx" "fscreen.arx" "geom3d.arx" "movebak.arx" "oleaprot.arx"
    "vl.arx" "whohas.arx" "wscommcntraccon.arx")

    Note "geom3d.arx" in the alphabetical list.

    Now I try to run the align command in my program.

    Command: (align ent2 p2 pp3 p3 pp2)
    ; error: no function definition: ALIGN

    Hmmm...
    So I type align at the command prompt and then cancel:

    Command: align

    Select objects: align*Cancel*

    Now I try to run align again.

    Command: (align ent2 p2 pp3 p3 pp2)
    T

    Works perfectly.
    Does align have to be loaded before I can call it from lisp?

    TIA

    Bill
     
    BillZ, Jul 29, 2004
    #1
  2. BillZ

    Murph Guest

    Bill, This same issue came up the other day in here or in the VBA group. Yes
    you're right it has to be load to run from lisp. Someone posted a solution
    to it and as usual I have not idea or recall what it was. If you search the
    NG I bet you will find it.

    Murph
     
    Murph, Jul 29, 2004
    #2
  3. BillZ

    Jürg Menzi Guest

    Hi Bill

    Load geom3d again:
    (arxload "geom3d.arx")

    Cheers
     
    Jürg Menzi, Jul 29, 2004
    #3
  4. BillZ

    BillZ Guest

    That works,

    thanks



    Bill
     
    BillZ, Jul 29, 2004
    #4
  5. BillZ

    Jürg Menzi Guest

    Welcome...:cool:

    Cheers
     
    Jürg Menzi, Jul 29, 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.