Dear all,
I am trying to get my alignment profile from Civil 3D to Revit via Dynamo.
I have 3 list representing XYZ of my coordinates in double. I attach these lists to a “Point.ByCartesianCoordinates”.
My fist members in the list are: (X, Y, Z)
11820835.38446843,
3757778.65901754,
174.510172,
However, my output that I get from Point.ByCartesianCoordinates is:
-288022.791
1069172.454
174.510
Why don’t I get my original coordinates from Point.ByCartesianCoordinates? Do I need to make some kind of a transformation?
Also, the Z values are always 174.510, which is the first member in my Z list. How can I get other values from the list into Point.ByCartesianCoordinates?
Thanks
