Linear Clone steps

Hi,

Is it possible to use different step values in a Linear Clone feature.

I want the first clone 2400mm away, the next 4800 and thereafter 2500mm.

I tried the expression: 2400,4800,2500 but then it chooses the last value.

Thanks in advance!

Hi JobW,

you could use Python to clone a vcFeature and go with a loop through an array with your values.

With the PositionMatrix of each new Feature you can set the positions you want to.

This might be usefull if you have more than a few clones and you can use the code a few times.

 

BR Simon

Hi Simon,

I think this is indeed the way to go, thank you:-)

Regards,