I would like to draw a series of line segments through points. Is there some command that will let me select points and connect them with lines, similar to what CurveThroughPt does, except with a line from point to point?
You’d need to select the points in order so wouldn’t it be same as polyline tool?
Hi Jim - set the degree to 1 in CurveThroughPt
and set Interpolated. When it’s done it will be a NURBS curve but SimplifyCrv
will make it a polyline.
-Pascal
Thanks, it works. I probably should have thought of that myself.