I am sorry for such a basic question–if it has been answered elsewhere, I can’t find it.
How does Element Tracking actually happen? Where is the list of relationships stored? In the GH component inside the GH file?
If so, does that mean that I cannot use the same GH R.i.R. script/file for two different Rhino-Revit pipelines?
In other words, if a GH component is used to create a family, for example, in Revit model A, and populated with geometry from Rhino model A, and then I use the same GH file and component to do the same for Revit model B and Rhino model B, will the element tracking become mixed up? What happens if I then switch back to Revit model A and Rhino model A, and back and forth?
By default the GH definition will work on the active Revit file.
But with a Grasshopper definition it can talk to multiple Revit files at the same time. So, the Document input can be added to the Revit components so that interaction can be controlled with specific Revit documents.
Understood. But my point is that Japhy is saying that as soon as you do switch the interaction to another Revit document, Tracking will be broken, and the objects sent to Revit doc 1 will be deleted.