Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: PixelJockey on November 19, 2013, 09:37:06 PM

Title: Rail spline path skipping segments
Post by: PixelJockey 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.
Title: Re: Rail spline path skipping segments
Post by: iToo 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.
Title: Re: Rail spline path skipping segments
Post by: PixelJockey on November 20, 2013, 03:34:57 PM
Adjusting the segments Y Offset did the trick. Thanks.