ConvexHull.ByPoints Not Working with 2D Points?

Good afternoon,

I’m attempting to use the OOTB node ConvexHull.ByPoints with a list of points who’s z values are 0. Here is the error:

I translated the Y value so that all points are positive, that did not solve the problem.

Has anyone encountered this or know any solutions? Thank you in advance!

This node may solve the issue; however, it is not in my springs package for some reason.

image

1 Like

Haven’t got the result I wanted but I solved the issue of getting a 2D Convex Hull. Here is the result (green lines) from this script:

I am attempting to get model lines create a boundary around the points that don’t already have lines connecting them like my red markup shows. Anyone have any ideas on how to accomplish this?