Scaling a ModelCurve Element

Hi everyone,

we got a new batch of families to use within our projects.
Sadly they didn’t come with scaleable Symbols, so they stay the same in 1:25, 1:50 and 1:100 and suffer readability when printed.

My idea was to change the nested symbol families and copy and scale the modelcurve elements by 2 and 0.5. Doing it manually would work just fine, but since we have a bunch of families to change i wanted to try to write a small dynamo script to do it automatically, while adding different needed parameters.

But i can’t find a node which allows me to use the Revit scale function within dynamo.
Do you know of any node which does the job, or a workaround to use?

I am grateful for any ideas,
Max

In case somebody else is looking for the same thing, here is how i solved my issue:

First you create a geometry based on your detailline/modelline, than you can use the “Geometry.Scale”-Node to scale it up or down. Afterwards you create a modelline based on your newly created geometry.