As the image shows, I am trying to create test grid using LB Generate Test Point. Units is in M and currently it is producing invalid mesh. For grid smaller than 3m, the component returns: 1. Solution exception:Attempted to divide by zero.
Can anyone please help me fix this problem? I’d like to have grid points smaller than 0.5m
Solved. For interest of anyone who has this problem, the geometries were located with center points too far from world origin. (coordinate 3.5e+7,3.5e+7.0) and this seem to be causing problem. Moving it to nearer to origin solve the grid problem.
That would do it. Generally, you want to keep the geometry within a few hundred kilometers of the Rhino origin to avoid cases where floating point tolerance isn’t good enough to represent the details of a building.