Hello, I am trying to figure out a script for 100 site in a model through linking and naming shared site specifically. Now I want same co-ordinates to be exported from this and import it back in another file.
I asked AI to help me out and got to know that GeniusLoci have that node but once I loaded the package couldn’t find the one. Below is the method directed by AI.
The GeniusLoci package is the most powerful package in the Dynamo ecosystem for handling Coordinates and Linked Models.
Detailed Steps:
-
Open the Structure (STR) or MEP file: This is the empty file where you want to pull or extract the sites.
-
Link the Architecture (ARC) file: Link the file that contains the 1000 sites. (Make sure you link it using Internal Origin to Internal Origin, as we previously agreed).
-
Open Dynamo: Go to the top menu and click on
Packages > Search for a Package. -
Install the Package: Search for GeniusLoci and install it.
-
Locate the Nodes: Within this package, look in the Library panel on the left. You will find the required nodes under this path:
GeniusLoci > Revit > Document > Project Location. Alternatively, you can just search for their names:-
Node 1:
Get SiteLocationYou will connect this to a node representing the Linked ARC document so it can read the 1000 site names and their specific locations. -
Node 2:
Create SiteLocation(orDuplicate SiteLocation) You will take the data output from the first node and connect it here to push that data into your Current Document (which is the STR file).
-