Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: HG2581 on September 08, 2014, 03:06:22 PM

Title: Incrementational rotation.
Post by: HG2581 on September 08, 2014, 03:06:22 PM
Hi

I have vertical fins running across a building and they need to incrementally rotate along the facade. So how would you set it up so that over 10 fins there is 45 degree rotation. So each one rotates 4.5 degrees.

Thanks.
Title: Re: Incrementational rotation.
Post by: Paul Roberts on September 08, 2014, 03:42:23 PM
Hi,

Your setup looks correct to me, you just need to add an expression. There are a couple you could try:

XSplinePosition*45

This will rotate the fins across the length of the spline irrespective of the number of evenly segment used. This could be useful if you need to adjust the number of fins but maintain the overall rotation.

SegmentXCounter*2.25

This uses the current segment number and a multiplier to calculate the rotation. Notice that I've halved the overall rotation, this is because the counter seems to take into consideration the default segments, even if none are present.

I hope that helps.

Thanks,

Paul
Title: Re: Incrementational rotation.
Post by: HG2581 on September 08, 2014, 03:53:32 PM
Thanks Paul that is exactly what I am looking for.