Discussion forum
?CAD discussions, advices, exchange of experience

Please abide by the rules of this forum.
|
Post Reply ![]() |
Author | |
banksy ![]() Newbie ![]() Joined: 18.Apr.2008 Status: Offline Points: 1 |
![]() Posted: 18.Apr.2008 at 05:03 |
How can I change 5 lines to a polyline...???
|
|
![]() |
|
Arben.Allaraj ![]() Senior Member ![]() Joined: 14.Nov.2007 Location: Albania Using: AutoCAD 2008 Status: Offline Points: 602 |
![]() |
Use Pedit command.
|
|
Ing Arben.Allaraj
http://cad-drafting-corner.blogspot.com |
|
![]() |
|
maungthantzinoo ![]() Newbie ![]() Joined: 21.May.2008 Location: Singapore Status: Offline Points: 7 |
![]() |
You can use below lisp,
(defun c:pp () (command "pedit" "m" (ssget) "" "y" "j" "" "") (princ)) so you can use pp command... |
|
![]() |
|
desk60 ![]() Newbie ![]() Joined: 19.Jun.2008 Location: Indonesia Status: Offline Points: 2 |
![]() |
Good answer! For detail use pedit on the bar ladder, and choose join to make that line be a polyline! |
|
Desk_Family
|
|
![]() |
|
ehebard ![]() Newbie ![]() Joined: 24.Apr.2008 Location: United States Status: Offline Points: 11 |
![]() |
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?
|
|
![]() |
|
PepaR ![]() Senior Member ![]() Joined: 09.Jul.2008 Location: Czech Republic Status: Offline Points: 149 |
![]() |
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
|
|
PepaR
|
|
![]() |
|
ehebard ![]() Newbie ![]() Joined: 24.Apr.2008 Location: United States Status: Offline Points: 11 |
![]() |
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 |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0,074 seconds.