Revit API can't acquire coordinates


2
Hi everyone
from above pic i try to acquire coordinate but it error because link have multi location.
I want to acquire current location in link.
How to solve it?

Thank for your recommend.

I don’t think you can do this, maybe this makes it more clear that it is not designed to work that way : ("Cannot acquire coordinates from a model placed multiple times" when acquiring coordinates from a link in Revit)

however, as a way around you could try to extract the Northing, easting, elevation, and angle to true north from the link, and create a new project position in your host file.

2 Likes

Did you try to Delete the site locations and then acquire coordinates again?

1 Like

yeah thats more a revit thing…btw genius loci have a node for acquire, but think it will only work with one location as well.

1 Like

Can you just Delete “Default Site”, since your using “TEST” anyways?

2 Likes

I want to use multi location. :joy: :rofl:
in this case i separate toilet file and link to main project that have many location

1 Like

I don’t know API method for do that.
Can you tell me please?

Hope this helps : ProjectPosition Constructor

1 Like