Given a line class object (a simple straight line), I would like to insert an edit point at a length value and end up with a straight polyline. What’s the best way to do this? I can’t figure it out on my own. Maybe convert a line to NurbsCurve > DivideByLength > and then join the given array of lines, or it’s too clumsy approach?
3 posts - 2 participants