Itoo Software Forum

Author Topic: Rail spline path skipping segments  (Read 5788 times)

PixelJockey

  • Newbie
  • *
  • Posts: 16
Rail spline path skipping segments
« on: November 19, 2013, 09:37:06 PM »
I have a pretty simple two component rail system, but it is doing a strange detour halfway down the spline, skipping 6 spline segments. I've tried redrawing the spline path from scratch, but it does the same thing.

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4388
    • iToo Software
Re: Rail spline path skipping segments
« Reply #1 on: November 20, 2013, 09:34:48 AM »
Problem is Generator->Y Offset. The default offset algorithm includes rules to solve the self-intersections, but in some cases it may generate less segments than original spline or even a wrong result. Two ways to fix it:

- Turn on Style->Geometry->Simple Y Offset mode.
- Apply Y Offset to the Segments, instead to the Generator.
Carlos Quintero
iToo Software

PixelJockey

  • Newbie
  • *
  • Posts: 16
Re: Rail spline path skipping segments
« Reply #2 on: November 20, 2013, 03:34:57 PM »
Adjusting the segments Y Offset did the trick. Thanks.