Insufficient Points for a Polyline

Hello,

I trying to use create a series of closed polylines from the intersection of a voronoi to a brep. The goal is to be able to scale the closed polylines in order to create a surface and then use Weaverbird’s Mesh Thicken.

I am getting as error message saying “insufficient points for a polyline”.

Does anyone have any insight in how to fix this problem and why this occurred? Attached is .gh file.

Thank you in advance.

VVase 2.gh (19.1 KB)

Hi,

you have branches with 0 or 1 vertices. Obviously polyline cant be created. Just ignore it.