This node will return the TitleBlock instance applied to the input Sheet.
Works with list of sheets.
Uses a little python, basically building up a dictionary with the sheet number parameter of the titleblock elements (as the Keys) and the titleblocks themselves as the Values.
Then performs a search in the dictionary using the Sheet number of the Sheet elements.
In pursuit of avoiding dependencies, a basic implementation of the dictionary is used. For more reliable results, the python node can be replaced with SpringNode’s “Dictionary”.