Is it possible to verify the coordinates of multiple Revit models that use the “Shared Coordinates”?
I’ve seen other posts mention that it’s possible to acquire them, I’m able to extract the Project Base Point, Survey Point but I’m not 100% convinced the coordinates are accurate based on the main “Shared” Coordinates. Any suggestion would be greatly appreciated.
if link.GetLinkDocument():
docs.append(link.GetLinkDocument())
else:
pass
Then use the custom definition to output the result. i format the result to fit in a Excel line by line, but you can bypass this. I you need help, let me know.