Jump to content

command "undo" in Lisp


Michaels

Recommended Posts

Hello .

 

I have seen lots of users using the undo command in different types and return values.

 

So what are the complete types of undo command uses in Lisp ?

 

Some users prefer it (command "_.undo" "group") and others

(command "_.undo" "......... and so on.

 

Thanks.

Link to comment
Share on other sites

I'm not sure I understand you correctly... do you mean this type of useage:

 

;; Set an undo mark
(vla-startundomark *activeDoc*)

 

 

Edit: If so, then inside the VLIDE, hit the Apropos button, and search for "undo"

Link to comment
Share on other sites

Thanks a lot .

 

I meant the use of UNDO command itself .

 

Some users use it with "end" and "group" and I would like to know the rest of using operations with UNDO command.

 

And actually what's the meaning of group with undo ?

 

Appreciated a lot.

Link to comment
Share on other sites

Command: UNDO
Current settings: Auto = On, Control = All, Combine = Yes, Layer = Yes
Enter the number of operations to undo or [Auto/Control/BEgin/End/Mark/Back] <1>: 

Link to comment
Share on other sites

That's all I know with the normal use of Autocad command.

 

I meant there are lots of other uses of undo command with Lisp I have seen before ,and what I

could remember the one which is with group right now.

 

Regards

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