Transform coordinates - XY points

I am trying to get element’s XY position points in the Survey Point coordinate system.
I am getting XY position points in the Project Base Point coordinate system, but how do I transform them to Survey Point?
I attach example dynamo and revit files.


Transform point v0.dyn (3.7 KB)
Transform point.rvt (2.1 MB)

Hi @Julian_Krab,

With a python node and the help of the API, it’s quite easy :

Transform point v1.dyn (9.2 KB)

Credit to https://danimosite.wordpress.com/2017/09/23/location-location-location/

P.S : The python script will only work in Revit 2018 and Revit 2019 because of a change to the API.
Use the code in the link above for previous versions.

3 Likes

You are amazing @Alban_de_Chasteigner :slight_smile:

Have you tried the OOTB Geometry.Transform?
transform.dyn (9.3 KB)

4 Likes

@Vikram_Subbaiah now I did tried it, and it gives wrong results :slight_smile:

@Julian_Krab How about this?
Transform2.dyn (12.7 KB)

3 Likes

@Vikram_Subbaiah this one works! Thank you too!

1 Like