I am modeling a bridge in a specific coordinates in Grasshopper.
In Revit i acquire coordinates from a specific survey (dwg file).
When connecting the bridge geometry from Rhino to Revit i get an offset as if the Revit coordinates are at 0,0,0. (The Rhino geometry is out of the project boundary).
Is there any way to fix this?
Do i need to acquire the coordinates in Revit in a specific way?
Rhino is always in a UCS of 0,0,0 and doesn’t change coordinate systems. To work with various coordinate systems us the Project Location component and Transform your geometry (both directions if need be)
In order to over come this issue I made the Grasshopper model relative to a specific curve and not the coordinates.
Now i am working in Revit and i added this curve (Road aliment XML) with Sofistik SBIM.
When adding this curve to grasshopper (see picture )