Jump to content

Is (acad) a function?


Ahankhah

Recommended Posts

Hello CAD-lovers,

I encountered a strange situation few minutes ago.

I find out (acad) is a function. As a result of calling it (I think) focus brings to AutoCAD screen, while you are in Visual LISP editor.

The color of function was blue, like other built-in functions.

Unfortunately now, after exiting AutoCAD and returning back to it, acad returns to black, and the value of it is nil.

Does any one know a way to find a clue to it?

Edited by Ahankhah
Link to comment
Share on other sites

Can't trigger the response you are reporting.

 

The Aprops has a member listed "ACAD" which doesn't have any supporting documentation.

 

(princ acad) 

returns nil

(acad) 

reutrns error no function definition

(setq acad *any value or object here*)

doesn't start a "Protected symbol" break loop.

 

acad in console returns Unkown command

 

I tried each of the above in both acad 07 and Mech desktop 12

Link to comment
Share on other sites

Can't trigger the response you are reporting.

 

Same here, using Land Desktop 2009, Civil 3D 2011.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...