Gustavo Posted July 24, 2020 Posted July 24, 2020 Hello People, there are a way to draw a polyline over a segment of another polyline? I would like to draw a polyline of a vertex X until vertex Y and then go to another direction. I think that a way to copy only a segment without explode all the polyline will work too. Thanks. Quote
rkmcswain Posted July 24, 2020 Posted July 24, 2020 I presume you mean without having to follow the polyline segments one by one, snapping to each vertex, etc. If it's one or two segments, then I'd just snap to the vertices and draw on top of the existing polyline. But if I had a 4000 segment polyline and I needed to redraw 1000 segments, I'd copy the polyline in place, then break it at segment 1000, and erase the portion I don't need. I want to say ToolPac had some sort of "polyline follow" tool, but I could be mistaken and thinking of somewhere else I've seen that. Quote
Lee Mac Posted July 24, 2020 Posted July 24, 2020 You can use this without the offset operation - simply comment/remove lines 131, 132 & 133. Quote
thangnp Posted June 24, 2023 Posted June 24, 2023 (edited) On 7/25/2020 at 12:58 AM, Lee Mac said: You can use this without the offset operation - simply comment/remove lines 131, 132 & 133. hi lee mac, i got the lisp i wanted but now how do i make the polyline to use the active layer and color while i'm drawing offsec1.lsp Edited June 24, 2023 by thangnp 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.