Itoo Software Forum

Author Topic: Parametric gliding window  (Read 1433 times)

IT1371

  • Full Member
  • ***
  • Posts: 187
Parametric gliding window
« 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:


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?  :)

Paul Roberts

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2991
Re: Parametric gliding window
« Reply #1 on: December 05, 2016, 03:01:15 PM »
Hi,

Thanks for contacting us. You might find the responses in this thread 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
Paul Roberts
iToo Software

IT1371

  • Full Member
  • ***
  • Posts: 187
Re: Parametric gliding window
« Reply #2 on: December 05, 2016, 04:43:37 PM »
Hi,

Thanks for contacting us. You might find the responses in this thread 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!