Grid Intersections as points

Hi All,

Is there a way to get grid line intersection points ?

I want to clash grids with levels and get every intersection point is this even possible?

Regards

I don’t think there’s an API function for getting grid line geometry directly.

You’d need to use the Expand Object component on a grid, and then parse the CoordinateX and CoordinateY text outputs to get the coordinates.

Here’s how I’d do it:

Example definition getting all the grid intersections from XY coordinates and the grid origin:

GetGridIntersectionPoints.gh (18.8 KB)

Cheers,

-b

3 Likes

Friendly reminder to also apply the offset if you have one.

3 Likes

Thanks for this works very well. Thanks Both .

Regards

1 Like