Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: DT on November 05, 2021, 12:30:15 PM

Title: Conditional for marker segments?
Post by: DT on November 05, 2021, 12:30:15 PM
Hi, I'm trying to create this industrial building with the use of markers en segment IDs. So far so good, although I'm probably overcomplicating a few things.

I'm having a problem.

I created an array of a profile that runs at a certain height depending on the material ID. When I use markers though I don't want this profile to show because it's intersecting with other geometry. I will just add the profile manually in the segments for this marker afterwards.

So how do I prevent an array from running where there's marker geometry. I can't use a conditional it seems?

Thanky you

Title: Re: Conditional for marker segments?
Post by: Paul Roberts on November 05, 2021, 04:31:00 PM
Hi,

Please take a look at the attached. You should be able to achieve this by adding a Selector operator with Null segments to the profile's generator. You can then increase the X size for the null segment to exclude the profile from this area for the size you require. Alternatively if you have a different profile for this segment, you could just add it here instead of doing it manually.

I hope that helps,
Paul
Title: Re: Conditional for marker segments?
Post by: DT on November 06, 2021, 01:38:42 PM
Great, weird I didn't think of that. Thanks Paul.