I’m trying to extract the location of Sheets in a physical space based on their Views.
eg. if I have a General Assembly drawing at the ground floor level I can extract the coordinates to place a raster of the drawing on the ground floor so that all the elements line up.
My current thinking is:
- Get all the Sheets
- Get the viewpoints for each sheet
- Get the viewport location in 3D
- Get the viewpoint location on the Sheet
- Maths to calculate the sheet corners based on this.
I haven’t used Dynamo much for sheets and drawings so it’s a little new to me, any help would be appreciated