Itoo Software Forum

Author Topic: Incrementational rotation.  (Read 3026 times)

HG2581

  • Newbie
  • *
  • Posts: 17
Incrementational rotation.
« 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.

Paul Roberts

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2991
Re: Incrementational rotation.
« Reply #1 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
Paul Roberts
iToo Software

HG2581

  • Newbie
  • *
  • Posts: 17
Re: Incrementational rotation.
« Reply #2 on: September 08, 2014, 03:53:32 PM »
Thanks Paul that is exactly what I am looking for.