Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: Paulo Beck on November 22, 2018, 09:00:48 AM

Title: Small problem expression daubt?
Post by: Paulo Beck on November 22, 2018, 09:00:48 AM
Hi :P

Small problem....

What is wrong with this expression? The element that should appear in X == 1 does not appear

Title: Re: Small problem expression daubt?
Post by: Rokas on November 22, 2018, 09:26:28 AM
Hi. Welcome.
Because last segment location on x axis is not ==1. RailClone starts to place segments from 0 location. But it does not necessarily mean that last segments location=1. And in fact it is not if trusting Default input.
You can change expression to >0.8  and see that this is the case.

To place on the very end You should use End input:
(https://i.imgur.com/4hHsvUv.png)
Title: Re: Small problem expression daubt?
Post by: Paulo Beck on November 22, 2018, 09:32:59 AM
thank you!