Itoo Software Forum

Author Topic: Y offset behavior  (Read 2940 times)

harumscarum

  • Full Member
  • ***
  • Posts: 113
    • harumscarum's portfolio
Y offset behavior
« on: December 25, 2014, 12:30:21 AM »
Y offset need to be applied before others such as fillet, start/end offsets and segments in order to avoid corner issues

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4394
    • iToo Software
Re: Y offset behavior
« Reply #1 on: December 26, 2014, 10:57:43 AM »
Yes, we are aware of this issue. Unfortunately it has not a simple solution, because Fillet must be applied before interpolating the spline (curves are converted to a sequence of straight lines), instead Y Offset is applied just after.
Carlos Quintero
iToo Software

harumscarum

  • Full Member
  • ***
  • Posts: 113
    • harumscarum's portfolio
Re: Y offset behavior
« Reply #2 on: December 26, 2014, 03:25:51 PM »
i see. and here is one more question from another thread - http://forum.itoosoft.com/index.php?topic=2396.0
when different spline IDs are used - Y offset cannot be applied correctly. it need to offset spline first and then use it IDs. in example below everything is fine with the corners when all spline have same ID. if i try to use different IDs corners go wrong because offset calculates separately for each segment.

since Y offset is extremely useful for parametric windows and glass walls would be great add support for spline IDS in order to put different amount of panels or window types to each segment. hope it is possible. thank you

PS - scene is attached (spline IDs on/off is switched by EditSpline modifier)
« Last Edit: December 26, 2014, 03:37:51 PM by harumscarum »

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4394
    • iToo Software
Re: Y offset behavior
« Reply #3 on: December 27, 2014, 12:20:16 PM »
when different spline IDs are used - Y offset cannot be applied correctly. it need to offset spline first and then use it IDs.

Ok, that has sense. I've done a quick test and it seems that can be done, although we must check carefully that this change doesn't affect to other features. Added to the to-do list.
Carlos Quintero
iToo Software

EI3056

  • Newbie
  • *
  • Posts: 24
Re: Y offset behavior
« Reply #4 on: September 07, 2020, 02:05:32 PM »
Ok, that has sense. I've done a quick test and it seems that can be done, although we must check carefully that this change doesn't affect to other features. Added to the to-do list.

Hey,
I know this is a pretty old thread, but has this been added to Railclone?

Rokas

  • Hero Member
  • *****
  • Posts: 3324
Re: Y offset behavior
« Reply #5 on: September 07, 2020, 02:17:23 PM »
You can make it work if You use one generator and selector node instead of 3 generators.

Rokas

EI3056

  • Newbie
  • *
  • Posts: 24
Re: Y offset behavior
« Reply #6 on: September 07, 2020, 03:53:40 PM »
Nice, thanks!

Tryharder

  • Newbie
  • *
  • Posts: 30
Re: Y offset behavior
« Reply #7 on: September 25, 2020, 09:13:23 AM »
could you add the max file with the expression

i struggle to implement the correct tiling for the windows

count 2 for spline mat id 2, count 3 for mat id 3

thanks in advance