0

I’m working with coastlines in Autocad. The coastlines are drawn with polylines. I would like to divide a polyline in order to have more vertices. For example, a polyline has 350 points and I would like that polyline will have 1000 points. I have tried to find a command in Autocad that does this task, but I have had success to find the way to do it. Does anyone a way to divide a polyline in different vertices?

PD. My problem is the opposite of this: How to simplify a polyline in AutoCAD?

Thanks.

2 Answers2

0

You could use my Segment Curve program or my Add Polyline Vertex program.

Lee Mac
  • 937
0

There is no built-in command for that. You need to find a LISP which does that.

Maxence
  • 171