SteveK Posted October 13, 2009 Posted October 13, 2009 Does anyone have a lisp routine to convert a 3D Polyline to a LWPolyline? I'd rather avoid the process of FLATTEN->EXPLODE->PEDIT->JOIN because I have lots of them. Ta. Quote
lpseifert Posted October 13, 2009 Posted October 13, 2009 Have a look here... http://cadtips.cadalyst.com/node/tiplisting?keywords=PLINE-3D-2D.LSP You may need to use Convertpoly to make a lwpolyline Quote
SteveK Posted October 13, 2009 Author Posted October 13, 2009 Have a look here...http://cadtips.cadalyst.com/node/tiplisting?keywords=PLINE-3D-2D.LSP You may need to use Convertpoly to make a lwpolyline Hi, I can't get the link to work, (Content Encoding Error with firefox & Page Not Found with IE ??) And I tried CONVERTPOLY (as well as with FLATTEN) and whether I choose Heavy or Light it just says "0 polyline objects converted." Quote
SteveK Posted October 18, 2009 Author Posted October 18, 2009 It's a new week, so to bring to the fore one more time, does anyone have a lisp for this? Quote
Tankman Posted October 18, 2009 Posted October 18, 2009 Hi, I can't get the link to work, (Content Encoding Error with firefox & Page Not Found with IE ??) And I tried CONVERTPOLY (as well as with FLATTEN) and whether I choose Heavy or Light it just says "0 polyline objects converted." Steve1, the link works here(?). Try it again, nice. Quote
SteveK Posted October 19, 2009 Author Posted October 19, 2009 Ahh, works today, and it works good too. Thanks Larry for the link & Tankman. A side note if anyone feels like commenting: The code is different - there's no local variables and it's the first time I've seen vla-selectonscreen used instead of ssget. I wonder if that is why you can't escape/cancel out of the selection set. Always things to learn.. 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.