Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: JE4159 on March 13, 2018, 03:33:02 PM

Title: Sequence Y atribute
Post by: JE4159 on March 13, 2018, 03:33:02 PM
hello, i m doing a big facade with sequences.
the thing is that i cannot extract the Y atribute of the addition of all sequces objects.
is there any tricks to do it simply?
Title: Re: Sequence Y atribute
Post by: Paul Roberts on March 14, 2018, 12:05:56 PM
Hi, Thanks for contacting us.

Could you let me know a little more information about what you are trying to achieve? You can't export the Y sequence count from the sequence node, but there is a segment counter accessible in the Arithmetic node. Just change the mode to expression and use

return SegmentYCounter;

There are two separate counters: one for default segments, and another for the Start, End, Corner, and Evenly.

I hope that helps, please let me know if there's anything else I can help with.

All the best,

Paul
Title: Re: Sequence Y atribute
Post by: JE4159 on March 20, 2018, 06:11:13 PM
Hello Paul,
Thank you for your answer but i might missexpress myself.

Images are better than words.

So as you can see on my screenshoot, each segment is a part of my facade, i extract the Y size of eatch to determine the Y size on my linear 2S.

so i made a  Arithmetic with the sum of all. the idea would be to simplify it if i could just extract the Y size of my sequence.

do you thing this could be possible?