Jump to content

Autosave Deselect


c2designkitchen

Recommended Posts

Unless you are using pickfirst selection, this might help (after it cancels your selection).

 

(defun c:Test (/) (sssetfirst nil (ssget "_P")) (princ))

Link to comment
Share on other sites

I call it 'Reselect'.

:)

 

When in selection mode, you can also type "P" and it will select Previous.

Window/Last/Crossing/BOX/ALL/Fence/WPolygon/CPolygon/Group/Add/Remove/Multiple/P
revious/Undo/AUto/SIngle/SUbobject/Object

Link to comment
Share on other sites

You can also force AutoCAD to select mode by typing SELECT [enter].

Just in case you like to select your objects before activating command...

Link to comment
Share on other sites

The most useful I have found that to be since just recently is that the Select tool will give me the blue squares, so I can easily see overlapping lines. This helps me get the right objects selected and double-check alignment before I engage a command.

 

The selected lines just become dashed lines when I am selecting something within a command's prompt.

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