ISOsurface with meshfrompoints

Hey All,

I’m playing with this script that Daniel Piker posted a few years ago that uses Kangaroo (here) and was hoping someone would have an idea on how to convert this to a mesh. Dendro’s “Points to Volume” was suggested in the original post but I’m on a mac, so unfortunately this won’t work for me.

I’ve tried a few different things to get the mesh but nothing yet. “Mesh fromPoints” seems like it should work but keeps returning the error “insufficient number of points” from the U & V inputs.

Any other ideas or suggestions?
midpt_crvs2.gh (19.6 KB)


If Daniel’s pt output (minus nulls) is “relatively equally spaced” then try to find a Ball Pivot Algo that works (a) correctly and (b) is - more or less - fast (a rarity I confess).

See one strictly Internal BPA C# in action:

Here’s a far more challenging BPA task:

The most simple seems to use the Rhino command MeshFromPoints

Cockroach has also a ball pivoting for Point Cloud