Hi!
I'm using one railclone object using two Array2S Generators to create two window variations ( high and small ). The heights are parametric inputs and are assigned via Spline Mat-IDs ( 1=high, 2 =small ). So far so good.
Now i'm trying to create a third object -> a simple Array2S Generator with only a default plane, which should work as a "backgroundplate" for each window. And each plate should have a UVW Mapping Size matching to it's width and height:
- The UVW Y Mapping Size is easy -> i'm using the parametric input for the window heights as it's value.
- But i'm lost trying to get the X Mapping Size -> this size should be the length of every single spline used in the base object
Is there a way to get the length of each spline used in the base object path ? Guess that expressions could solve it - found X Spline Length, X SplineSection Length, X Spline MatID etc. but no glue how to use em
Hope you'll understand what i'm trying to say