PDA

View Full Version : Instead of typing PEDIT just double-click a Polyline to edit it



dzatto
2006-12-20, 04:57 PM
Heres one thats simple (I'm sure most of you already know it).
Instead of typing PEDIT to edit a polyline, just double click it. The options will show on the command line as usual.

claus
2006-12-21, 12:06 PM
Cool, and for those who want to convert a line to a polyline, and are typing PEDIT, just type PE....

rkmcswain
2006-12-21, 01:14 PM
Instead of typing PEDIT to edit a polyline, just double click it. The options will show on the command line as usual.

Works in what version?

BrenBren
2006-12-21, 02:07 PM
Works in what version?
It works in Mechanicl 07 (I assume vanilla as well); I don't think I've modified my CUI to have this effect, I believe it to be OOTB

rkmcswain
2006-12-21, 05:26 PM
It works in Mechanicl 07 (I assume vanilla as well);

Ok, Works in 2007, but not 2006 (or earlier I suppose).

Opie
2006-12-21, 05:54 PM
Ok, Works in 2007, but not 2006 (or earlier I suppose).
I can confirm this does not work for earlier version of AutoCAD. This must have something to do with the Double Click settings available in the CUI for 2007.

Railrose
2006-12-21, 06:43 PM
2006 & 2007 ACAD require you to set "peditaccept" to 1 (I think) to make it work without asking if you want to make it a polyline every time.

rkmcswain
2006-12-21, 08:52 PM
2006 & 2007 ACAD require you to set "peditaccept" to 1 (I think) to make it work without asking if you want to make it a polyline every time.

I was not referring to the "peditaccept" part of this working, only the "double-click" ability. But your statement is still true, with the exception of the "2006" part, since 2006 does not start the ._PEDIT command upon a double-click.

dzatto
2006-12-21, 09:28 PM
Sorry guys, I forgot to state what version. I'm on ADT 2007. I guess it is a 2007 only thing.

robert.1.hall72202
2007-01-02, 02:08 PM
And it was right there the whole time!

Binu Mathew
2007-01-03, 08:01 AM
Ok, Works in 2007, but not 2006 (or earlier I suppose).

Dear rkmcswain

It works in ABS 2006 iam using

Binu From Kuwait

rkmcswain
2007-01-03, 01:26 PM
It works in ABS 2006 iam using


Good to know. Maybe that should be posted in the ABS Tips and Tricks.

robert.1.hall72202
2007-02-23, 06:36 PM
This would be even better if AutoCad could be set to automatically
go into a pedit if the user double clicks on any line in the drawing.

The pedit command is also used to turn objects into a polyline.

Can this be done?

Ed Jobe
2007-02-24, 02:11 AM
I posted some code in a similar thread for dc'ing a dim. You could modify that.

robert.1.hall72202
2007-02-26, 01:46 PM
I posted some code in a similar thread for dc'ing a dim. You could modify that.

I wasn't thinking last week.
Go into the CUI and change the double click option
for a line from properties to pedit.

keelay711
2007-03-01, 11:22 PM
Just a quick something to add...

Be sure your DBLCLKEDIT variable is set to <ON>

mockdeep
2008-04-14, 02:35 PM
I had my lines and polylines set up in Vanilla 2008 with the following double-click action:

^C^C_pedit;j;

So that when I double clicked either a line or a polyline I would automatically be prompted to select other lines to join it to. This worked fine in AutoCAD 2008, but when I try to use it in 2009 it only works for lines. When I double click a polyline it brings up the PEDIT options, but does not automatically choose join. Does anybody know why this would be? I have PEDITACCEPT set to 1.

Animal
2008-04-14, 06:10 PM
I have set up 2 double click actions.

The first one is setting the line DC command to be Pedit, yes (to accept the 'turn into polyline 'prompt)
and the second one executes the Pedit, Join, All command

this means you can double click a line to turn it into a polyline, then doule click again and it joins all other lines connected to it.

mockdeep
2008-04-14, 06:15 PM
If you set PEDITACCEPT to 1 it suppresses "turn into polyline" request and you can use the same command for both, or at least, it worked that way in 2008.

jaberwok
2008-04-14, 07:44 PM
I had my lines and polylines set up in Vanilla 2008 with the following double-click action:

^C^C_pedit;j;

So that when I double clicked either a line or a polyline I would automatically be prompted to select other lines to join it to. This worked fine in AutoCAD 2008, but when I try to use it in 2009 it only works for lines. When I double click a polyline it brings up the PEDIT options, but does not automatically choose join. Does anybody know why this would be? I have PEDITACCEPT set to 1.

It works for me.
I noticed that applying the macro to Line and then editing it applied the same edit to the Polyline and Lwpolyline macros.

mockdeep
2008-04-14, 07:56 PM
It works for me.
I noticed that applying the macro to Line and then editing it applied the same edit to the Polyline and Lwpolyline macros.

Yeah, it changes all of them because when you change the macro you are actually changing the command it references. What precisely is the macro you use?

mockdeep
2008-04-14, 07:58 PM
Ah, I figured it out. I didn't have the macro set to LWPolylines, only Polylines.

jaberwok
2008-04-15, 12:30 PM
Yeah, it changes all of them because when you change the macro you are actually changing the command it references. What precisely is the macro you use?

I copied yours. :beer:

cadsoft
2010-02-19, 01:32 PM
it happen after 2007 but in 2006 if u have allready polyline & u want to contine new line with polyline no need to use PE or PEDIT just use FILLET RADIUS=0 option 1st click on polyline & then click on next line