Print Page | Close Window

How can I change 5 lines to a polyline...???

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=652
Printed Date: 12.Jun.2026 at 17:46


Topic: How can I change 5 lines to a polyline...???
Posted By: banksy
Subject: How can I change 5 lines to a polyline...???
Date Posted: 18.Apr.2008 at 05:03
How can I change 5 lines to a polyline...???



Replies:
Posted By: Arben.Allaraj
Date Posted: 18.Apr.2008 at 11:49
 
 Use Pedit command.


-------------
Ing Arben.Allaraj
http://cad-drafting-corner.blogspot.com


Posted By: maungthantzinoo
Date Posted: 26.May.2008 at 10:34
You can use below lisp,

(defun c:pp () (command "pedit" "m" (ssget) "" "y" "j" "" "") (princ))

so you can use pp command...


Posted By: desk60
Date Posted: 19.Jun.2008 at 08:52

Originally posted by Arben.Allaraj Arben.Allaraj wrote:

 
 Use Pedit command.



Good answer!
For detail use pedit on the bar ladder, and choose join to make that line be a polyline!

-------------
Desk_Family


Posted By: ehebard
Date Posted: 15.Jul.2008 at 01:37
Anyone know about creating a single polyline (or 3D Polyline) from a polyline, an arc, and a helix?  I have a drawing that I am creating a video showing multiple angles of it.  I have drawn the path that I want to use for the camera, though I used the three previously described objects.  In 3ds Max there is a "Weld Vetices" funtion that I can't seem to simulate in AutoCAD 2009.  If you try the pedit funtion and join, it will prompt you that they're non coplanar objects.  If you try to fillet or trim the polylines, nothing happens.
 
Any ideas?


Posted By: PepaR
Date Posted: 15.Jul.2008 at 10:38
1) Great tool is PLJOIN, part of Express Tools
2) Macro for button: ^C^C_peditaccept;1;_select;\_pedit;_m;_p;;_j;;;
3) Lisp for PEDIT: http://www.cadforum.cz/forum/uploads/20080612_074140_SpojitDoKrivky.lsp - http://www.cadforum.cz/forum/uploads/20080612_074140_SpojitDoKrivky.lsp


-------------
PepaR


Posted By: ehebard
Date Posted: 15.Jul.2008 at 18:58

Thank you for the lisp; it does have some cool uses, though it's not helping with that situation.  First the helix is not qualified as a polyline, so it won't allow me to select it.  Second when trying to join the arc and polyline I get the error "1 object (s) were not parallel to the current ucs".  Basically I have these objects drawn in two different planes, though I have joined the end vertices with the snap and move command, though I need to join then to a single polyline to use it as a path for a camera.  I have some others ways that I can do this (mainly redrawing the whole path with a 3Dpolyline and being really careful and accurate).  So now it's just for my knowledge to hopefully quicken my ability to draw later on... everyone is constantly learning new ways to do things.



-------------
"Be the change you want to see in the world." -Gandhi

Eric Hebard
Audio Designer/Animator



Print Page | Close Window