Block Reference Create scale factor

Hi,
I’m trying to figure out how to scale the block being used in the block reference create. This sample was from the roadway sign insertion sample with a surface. I’m using as a sample to learn more
about this tool. I can’t seem to find a sample for scale factor.

I’m guessing it’s a double like 50 scale 50,50,1. every code block sample I try flags an error on the block reference.create node.

Thank you.Road Signs From Excel-2D.dyn (92.3 KB) signschedule-2D.xlsx (9.7 KB)

Hi @jcoon,

If you hover over the scaleFactors input, it specifies that it needs a vector. You can use Vector.ByCoordinates to accomplish this. Make sure that “Uniform scaling” is set to No in the block definition.

1 Like

mzjensen,

Thanks. I can say I did hover, but my mind was think VB so I just didn’t look close enough.

Thank you

thanks