Auto Grid Dimensions

Trying to recreate a auto dimensions script I found be having some issues. Anyone point me in the right direction?


Grid Dimensions Working.dyn (47.7 KB)

1 Like

The problem was the boolean mask after the arc checker was connecting the startpoint to the in list. Use the out list instead and the script works as intended.

bool in

3 Likes

Thanks for that. Do you know if the is a way to get the script to run correctly in a view with scope boxes?

You would need to obtain the view crop and split the grids at that line or offset it outwards a bit. You’d need to filter the original grids by whether they are still in that zone (intersecting their curve with the cropbox curve maybe?). From there you could use those new edges offset from the crop to place your dimension line.