Itoo Software Forum

Author Topic: Object with multiple Array 2S Generators - one Generator only 50% Pathlength ?  (Read 2737 times)

suppenhuhn

  • Full Member
  • ***
  • Posts: 125
Hi,
my RC-Object is using multiple Array 2S Generators. I got stuck on the part when one A2S generator should follow the path only to the middle ( 50% of path-length ).
Now i'm dealing with it and add a padding right to this A2S manually - is there a way to solve this automatically ?
Thanks in advance:)
« Last Edit: March 05, 2018, 01:33:58 PM by suppenhuhn »
iToo has probably the best support & community i know !!

I'm using it with Max 2019 & Vray 6

Michal Karmazín

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2447
Hi,

Using the Conditional Operator in the Position on Spline - Less than 50% mode should do the trick. Also, you can get the desired value based on the measurement of the following expression within the Arithmetic Operator:

return XSectionLength;

Once divided as needed (in your case by two) it can drive the Right Padding value of a Transform Operator wired to the Right Side Input. Attaching sample scenes. Hope you'll find them useful.

Best regards,
« Last Edit: March 06, 2018, 04:36:17 PM by Michal Karmazín »

suppenhuhn

  • Full Member
  • ***
  • Posts: 125
Tahnk you so much!!! Awesome support as usual  :)
iToo has probably the best support & community i know !!

I'm using it with Max 2019 & Vray 6