Organic Posted April 12, 2009 Posted April 12, 2009 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)? Quote
CarlB Posted April 12, 2009 Posted April 12, 2009 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... Quote
Lee Mac Posted April 12, 2009 Posted April 12, 2009 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& 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.