Itoo Software Forum

Author Topic: Conditional for marker segments?  (Read 447 times)

DT

  • Jr. Member
  • **
  • Posts: 87
Conditional for marker segments?
« 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


Paul Roberts

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2991
Re: Conditional for marker segments?
« Reply #1 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
Paul Roberts
iToo Software

DT

  • Jr. Member
  • **
  • Posts: 87
Re: Conditional for marker segments?
« Reply #2 on: November 06, 2021, 01:38:42 PM »
Great, weird I didn't think of that. Thanks Paul.