Results 1 to 5 of 5

Thread: command alislisp routine for Architecture 2012

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2012-04
    Posts
    1

    Default command alislisp routine for Architecture 2012

    I have been using a command alias lisp routine for AEC commands in previous versions of Architecture similar to this
    (DEFUN Cp ()
    (COMMAND "_AecOpeningAdd")
    (PRINC)
    )
    but they are not working in Architecture 2012. Any suggestions to why this is and how to fix it would be appreciated.

    Lee

  2. #2
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Hartford, Michigan
    Posts
    3,086

    Default Re: command alislisp routine for Architecture 2012

    does the aecopeningadd command still exist in 2012?
    Christopher T. Cowgill, P.E.
    WIGHTMAN & ASSOCIATES, INC.
    ENGINEERING <> SURVEYING <> ARCHITECTURE
    AutoDesk Infrastructure Design Suite Premium 2013 x64
    Windows 7 Pro x64

  3. #3
    Member
    Join Date
    2001-11
    Posts
    5

    Default Re: command alislisp routine for Architecture 2012

    Quote Originally Posted by ccowgill View Post
    does the aecopeningadd command still exist in 2012?
    "aecopeningadd" does exist in 2012-MEP so I would say it does in 2012-ACA

  4. #4
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Hartford, Michigan
    Posts
    3,086

    Default Re: command alislisp routine for Architecture 2012

    Quote Originally Posted by lee521722 View Post
    I have been using a command alias lisp routine for AEC commands in previous versions of Architecture similar to this
    (DEFUN Cp ()
    (COMMAND "_AecOpeningAdd")
    (PRINC)
    )
    but they are not working in Architecture 2012. Any suggestions to why this is and how to fix it would be appreciated.

    Lee
    If they are using Vanilla Cad, it is most likely that the command does not exist. It is probably only present in the verticals. What exactly is the error message that you are receiving?
    Christopher T. Cowgill, P.E.
    WIGHTMAN & ASSOCIATES, INC.
    ENGINEERING <> SURVEYING <> ARCHITECTURE
    AutoDesk Infrastructure Design Suite Premium 2013 x64
    Windows 7 Pro x64

  5. #5
    Moderator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    2,499

    Default Re: command alislisp routine for Architecture 2012

    FWIW - I don't used ACA, but consider placing your aliases in acad.pgp, and use LISP for customized code. Less typing, same result.
    "Potential has a shelf life." - Margaret Atwood

Similar Threads

  1. Replies: 1
    Last Post: 2011-12-12, 01:41 PM
  2. 2012: EXPORTING PALATTE IN 2012 ARCHITECTURE
    By kmayhew936033 in forum AutoCAD Customization
    Replies: 0
    Last Post: 2011-07-19, 11:08 PM
  3. Autodesk Revit Architecture 2012 is now available
    By scott.latch in forum Revit Architecture - General
    Replies: 0
    Last Post: 2011-04-11, 07:12 PM
  4. Replies: 6
    Last Post: 2007-04-23, 01:40 AM
  5. Replies: 4
    Last Post: 2006-05-09, 08:57 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •