Title block set scale values

Hi All,

Hoping for some Dynamo2.0 guidance.

Ive set up quick script/scripts in order to match Graphical tile block scale to in-built title block scale, but at the moment its a 2 step process.

One to reset all graphical values to visibility OFF, then one to turn on appropriate graphical scale visibility ON.

Is there away to streamline it in order to only need to run once?

Regards

K

200721 TITLE BLOCK SET SCALE VALUES.dyn (102.6 KB) TITLE BLOCK SET SCALE VALUES_RVT 17.rvt (1.4 MB)

Hi @Kai,
Here you go


TITLE BLOCK SET SCALE VALUES-Amol.dyn (21.2 KB)

Your graph had way too many redundant nodes. Always try to optimize your solution.
Tip: If you are using a particular node over and over again (In your case: FilterByBoolMask/SetParameterByName/etc), try looking into List Structures, Levels and/or Lacing to optimize your solution!

Thanks for the help @AmolShah , very elegant solution.

1 Like