Jump to content

Recommended Posts

Posted

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.

Posted

Hi,

look for QAFLAGS system variable...

to 1 and back to 0 (do not forget)

Posted

@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")

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...