Hi… Is there any Lisp or Dynamo node to add multiple vertices to a polyline (measure)?
Hi, take a look at Curve.PointsAtEqualChordLength. The other approach would be Curve.PointsAtChordLengthFromPoint (being the Curve.StartPoint of coarse)
From there on it is split at points and join the result → return result to AutoCad
Also this question was posted in https://forum.dynamobim.com/t/add-number-of-vertex-in-a-polyline/86973 you might be interested in this book.
1 Like