M76 Posted November 16, 2009 Posted November 16, 2009 Hi Why is that the explode command will only accept a single entity or group to explode if called from a lisp? Of course it can be worked around easily I'm just curios why it behaves differently. Quote
haustab Posted November 16, 2009 Posted November 16, 2009 Hi, look for QAFLAGS system variable... to 1 and back to 0 (do not forget) Quote
MSasu Posted November 16, 2009 Posted November 16, 2009 @M76: The reason is to maintain compatibility with previous versions of AutoCAD and therefore AutoLISP routines that were design under those versions and syntaxes. And this isn't the only case; the below codes are both working - due to the fact that sometime in the past the alignment options were placed on first prompter of TEXT command: (command "_TEXT" "_J" "_MC" '(0 0) 5 0 "TEXT") (command "_TEXT" "_MC" '(0 0) 5 0 "TEXT") Quote
Recommended Posts
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.