Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: SI3457 on October 09, 2015, 12:04:18 PM

Title: Trying to put empty spaces into a railclone
Post by: SI3457 on October 09, 2015, 12:04:18 PM
Hi, this is a screenshot of a railclone of shutters in which id like to put randomly empty spaces in. When a group of shutters is in open position, i need an empty space right after for example.  How can i add an empty segment ?

thanks
Title: Re: Trying to put empry spaces into a railclone
Post by: Paul Roberts on October 09, 2015, 12:27:21 PM
Hi,

To add an empty space after a shutter segment you could enter a value in the Right Padding property. This will add a gap every time this segment is used.

If you need the space to be a randomly sized you can do that too, just follow these steps:

Another approach to add empty spaces randomly anywhere in the array is to add a Segment node but don't add any geometry, instead just increase the Padding or X Size value to create a gap. You can then add this to a Randomise operator to add spaces to the array. You can also use the procedure described above with empty segments if you'd like the gap size to be randomised too.

I hope that helps, please let me know if you have further questions.

Many thanks,

Paul
Title: Re: Trying to put empty spaces into a railclone
Post by: SI3457 on October 09, 2015, 12:35:43 PM
haha great.
Thanks

I didnt know the "empty segment" trick. Works perfectly.

Tho the transform padding after the compose cannot work cause it pads at each segment, not after the complete compose....

But the empty segment trick is perfect.

BBye and thanks
Title: Re: Trying to put empty spaces into a railclone
Post by: Paul Roberts on October 09, 2015, 12:38:07 PM
Great, glad we could help out. You're right that a transform node added to a compose operator affects all the segments. Instead you could add the Transform operator to the last segment before adding it to the Compose operator to get the desired effect. Anyway and empty segment works just as well :)

Many thanks!

Paul
Title: Re: Trying to put empty spaces into a railclone
Post by: SI3457 on October 09, 2015, 12:42:33 PM
ha ok nice.

Ill try to add transform in last segment of the compose .

Thank you man