Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion pljoin.lsp
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
R.K. McSwain  
View profile  
 More options May 11 2006, 8:38 am
Newsgroups: alt.cad.autocad
From: "R.K. McSwain" <rkmcsw...@yahoo.com>
Date: Thu, 11 May 2006 12:38:41 GMT
Local: Thurs, May 11 2006 8:38 am
Subject: Re: pljoin.lsp

Joe wrote:

> Our office has recently moved to 2006 and pljoin fails about 95% of the
> time. We  are forced to use Polyline Edit which is twice as many keystrokes
> [PE-Enter-M-Enter-Select entities-Enter-J-Enter-Enter] and  just doesn't
> seem to flow as well. It may seem a small thing, but after years of using
> pljoin I seem to always stumble over the PEdit sequence.

Maybe this would help.

(defun c:pljoin ()
   (setvar "peditaccept" 1)
   (princ "\nSelect objects ")
   (setq sset (ssget))
   (command "._pedit" "_M" sset "" "_J" "0.0" "")
)

--
R.K. McSwain
http://rkmcswain.blogspot.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.