Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: GT4505 on August 11, 2016, 09:54:39 PM

Title: Clipping area Dimensions as export attributes
Post by: GT4505 on August 11, 2016, 09:54:39 PM
Hi there,

I'm making a variant on the window generator made by itoo (tutorial).
My windowsystem in this case is a sliding window/door.
Everything works great, and the only parameter I still have to introduce into my script is the value of half the size of the total window element.
For the moment the sliding panel is padded in place L/R/T/B...
The right parameter should be based on half the size of the total window element.

In the attachement you can see that the width of the sliding panel doesn't correspond with the opening (half the size of the total window)

Is there a way to get this value?
Thanks, Pieter
for claar.be

Title: Re: Clipping area Dimensions as export attributes
Post by: GT4505 on August 11, 2016, 10:11:47 PM
Ok great, whoops found it after some testing with the arithmetic operator...
Looks like I needed the "XSplineLength*(50/100)"

Cheers