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
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
Thanks for this works very well. Thanks Both .
Regards