Hey guys
I was trying to import the dwg shown in the image into revit and use dynamo to draw a system of grids with a specific distance in meters between each grid.
What i was able to achieve was drawing the grid using Lunchbox’s Quad grid node, the only problem was that the values were not in meters but in numbers of lines in the U and V directions. This issue was easy to overcome using a formula: Length/distance in meters=U value or V. But what dynamo does is give me a grid based on the vertical axis, but what i want is a grid system based on the line 1-3, something similar to what it’s shown in the image. Last thing: how can i set the point 1 as the origin of the grids?