Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: IT1371 on December 05, 2016, 02:47:15 PM

Title: Parametric gliding window
Post by: IT1371 on December 05, 2016, 02:47:15 PM
Hello,

I've been watching this tutorial:
https://www.itoosoft.com/tutorials/parameterise-windows?back=page%3D1

And I tried to work this out on a gliding window model. Something simple and basic like this:
(http://windowpro.com/wp-content/gallery/marvin-glider/glider_prfshwh_wh_06_mw_c3.jpg)

Anyway, this is the expression used for your tutorial:
Code: [Select]
if(YSplinePosition=0,3,
if(YSplinePosition=1,1,
2))
I wonder what do I need to change for it to work for my case.
I did try to change it to "XSplinePosition" and play with the numbering but failed. I guess I failed to understand how it really works.

Any advice?  :)
Title: Re: Parametric gliding window
Post by: Paul Roberts on December 05, 2016, 03:01:15 PM
Hi,

Thanks for contacting us. You might find the responses in this thread  (http://forum.itoosoft.com/index.php?topic=3320.0)useful. There are many adaptations of the tutorial discussed here, including for a window similar to yours.

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

Many Thanks,

Paul
Title: Re: Parametric gliding window
Post by: IT1371 on December 05, 2016, 04:43:37 PM
Hi,

Thanks for contacting us. You might find the responses in this thread  (http://forum.itoosoft.com/index.php?topic=3320.0)useful. There are many adaptations of the tutorial discussed here, including for a window similar to yours.

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

Many Thanks,

Paul

Thank you so much for the help, this is exactly what i've been looking for!