Create Splines without lines
-
Hi,
I am tasked with creating programmatically splines with no visible lines between the points.
From the GUI I know I can create a spline with the Spline Pen or an already created spline and then delete the lines between the points using the Break Segment function. However, I don't know where to find any information on how to use the Break Segment from Python or any other option to achieve the same result of a spline without lines connecting the points.Any help is appreciated.
Regards,
Joel -
Hi @Joel,
Thank you for reaching out to us. You might want to have a look at this example script of ours which takes you in a scenic tour through
SplineObject
handling. I also covered the case of a multi-segment spline there.Cheers,
Ferdinand