Close polyspline without fillling circle

Is there a way to make a spline close without it turning into a filled shaped?

I want to make a circle outline from a rectangle using the polyspline but not have it fill in the circle.

Is there a way to convert the spline into a line from its polygon form?

convert sop… duh lol

well almost there… still doesnt make it into a line

circle_line_hack.tox (1.0 KB)

current hack by just repeating the first point and merging

Hi @davispolito,

small idea for your solution: Instead of “By Group” in the Add SOP, use “By Pattern” and specify the Pattern with * 0 - meaning: take all points plus the first one.

Saves some operators :slight_smile:

cheers
Markus

this is the type of wizardry i wanted to see