Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: BK8837 on April 11, 2024, 05:07:18 AM

Title: Can railclone use a named reference line to generate?
Post by: BK8837 on April 11, 2024, 05:07:18 AM
Hello Itoo Dev Team,
Is there a way a Railclone graph can find a name of specific line and adopt as spline to generate. Is there a script for this?

Example: If merge a Railclone to my scene can the RC  find "Line001" and use that as the generator?

Thank you!
Title: Re: Can railclone use a named reference line to generate?
Post by: Michal KarmazĂ­n on April 11, 2024, 09:05:59 AM
Hi,

Yes, you can reassign the Base Spline via maxscript in the following way (the index of the Object Node might differ based on your style):
Code: [Select]
$RailClone001.banode[1] = $Line001; I hope that helps.

Best regards,