Change project coordinates to match existing CAD project

Change project coordinates to match existing CAD project

Andrew.Frey
Enthusiast Enthusiast
1,135 Views
5 Replies
Message 1 of 6

Change project coordinates to match existing CAD project

Andrew.Frey
Enthusiast
Enthusiast

I tried doing a little searching, but didn't find what I was looking for, so apologies if I missed it. I'm a little new to using the coordinate systems in Revit and I am working on a project that has both CAD and Revit files. I wasn't involved in setting up the Revit model originally, and it turns out that the coordinates of the two are off. We have, to this point, been handling this by when we export our CAD/NWC files from Revit, we run a script on the CAD files that will translate their X,Y,Z coordinates to the CAD file coordinates.

 

I have been trying to figure out how to move our base point, currently at 0,0,0, to the CAD coordinates (21506297.58", 8349778.968", 14748"), state plane coordinates? (see script below)

 

Is there a way to change the base point of the project, that will not affect any views that have already been set up? If we can eliminate having to open every drawing and apply the script when we export, it would be a huge time saver. 

 

I've already tried selecting the base point, and manually changing its location in the properties, and I've tried specifying a value at a point using the coordinates panel. But, this doesn't appear to match with the N-S/E-W/Elevation model of revit coordinates.

 

Here's the script we use, as you can see its very simple and basically just shifts the Revit export:

 

Capture.PNG

 

thanks!

0 Likes
Accepted solutions (2)
1,136 Views
5 Replies
Replies (5)
Message 2 of 6

Matt__W
Advisor
Advisor

If you have access to Civil 3D I would recommend using the Shared Reference Point Tool. It's fast and easy.



Matt Wunch
Revit Subject Matter Expert/sUAS Pilot

Twitter | LinkedIn

AU2017 - Code Blue Dr Revit - How to Resuscitate Corrupt Revit Models

Was this answer helpful? If so, please click the ACCEPT AS SOLUTION or the KUDO button.

0 Likes
Message 3 of 6

Andrew.Frey
Enthusiast
Enthusiast

I don't believe I do, but I'll do some checking. Thanks for the reply!

0 Likes
Message 4 of 6

Matt__W
Advisor
Advisor
Accepted solution

Here's an AUGI write up of how to do it without the shared reference point tool.

 

https://www.augi.com/articles/detail/shared-coordinates-and-civil-state-plane-coordinates



Matt Wunch
Revit Subject Matter Expert/sUAS Pilot

Twitter | LinkedIn

AU2017 - Code Blue Dr Revit - How to Resuscitate Corrupt Revit Models

Was this answer helpful? If so, please click the ACCEPT AS SOLUTION or the KUDO button.

Message 5 of 6

Andrew.Frey
Enthusiast
Enthusiast

Ha! I had just opened that before I got your response. Good to know it should be worth my time. 

0 Likes
Message 6 of 6

Andrew.Frey
Enthusiast
Enthusiast
Accepted solution

Okay so using that link and banging my head against the wall I was able to figure it out. I don't know why I didn't think of it, but our X, Y, Z coordinates don't correlate to N-S, E-W, Elevtion. It is actually Y, X, Z. So, I took the values from our script, and inserted them into the values for the project base point and our exports are now coming out spot on. 

0 Likes