I am developing a script that will make titleblock keyplan zones visible on the sheet based on the sheet number. My full script is based on danamoBIM’s Title Block Keyplan Automation script.
The naming convention I am working with follow a XX(X).XX.##.(X) format, I am trying to isolate the ## value after the second “.” to make its associated ## zone visible. The problem I am currently puzzling about is getting a list of ## values.
Like this:
As you can see, the values I want are at L2, index 2. I think that the list that includes nulls will give me the results I am after.
Thanks in advance,
Thatcher