Jump to content

Recommended Posts

Posted

When using the PE command, is it possible to adjust a system variable (other than PEDITACCEPT), so that you can select the objects/lines, type PE and then get the options to edit them, rather than having to select all the objects again? Also related to that, is it possible to somehow use a selection window to select those objects rather than individually select them (or use quick properties)?

Posted

If you select objects just prior to the PE command, can you not select them again when promped using the "p" (previous) option?

 

And you can select multiple items during the PE command; firrst option you type "m" for multiple then you can use any selection method.

 

This is just from memory, there may be other options...watch the command line for options...

Posted

I suppose you could redefine the pedit command with a LISP to include:

 

(command "pedit" "_M" "P")
(while (> (getvar "CMDACTIVE") 0) (command pause))

 

See here for a bit of info on redefining commands

http://www.cadtutor.net/forum/showthread.php?t=903&

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