1. Solution exception: Object reference not set to an instance of an object

I’m aiming to use this simple definition to populate the surface of a sphere with circles. I’m sure there are a lot of approaches but I’m curious why this approach hits an error.

It works to some degree until I connect the bounding boxes to the Facet component. Then the fairly generic error:

  1. Solution exception: Object reference not set to an instance of an object.

Circles on a sphere.gh (8.9 KB)

it basically mean your input has cause the code in the backend to run into a situation the dev didn’t account for, so the component doesn’t know how to deal with it.

I believe the bounds input is asking for a single box that contains all the points, it’s used to trim off excess results in special situations.

1 Like