ITOOSOFT Forum

Author Topic: Is 2 Direction Clipping Possible for a Linear Generator?  (Read 94 times)

Kraiggc@dsccol.com

  • Newbie
  • *
  • Posts: 5
Is 2 Direction Clipping Possible for a Linear Generator?
« on: August 13, 2025, 03:55:17 pm »
I've created a Linear Generator that randomly places 4 metal panel profiles along my wall path. However, I can't figure out how to create clipping areas for more than one direction. Is it even possible? I've seen how it's possible to do in the Array 2s Generator, but I can't figure out how to create what I've made using the Array generator. So any help will be appreciated.

Paul Roberts

  • ITOOSOFT
  • Hero Member
  • *****
  • Posts: 3078
Re: Is 2 Direction Clipping Possible for a Linear Generator?
« Reply #1 on: August 13, 2025, 04:04:39 pm »
Hi,

I'm afraid not. The L1S generator can only be clipped along one of the X,Y, or Z axes. To clip on multiple axes it is necessary to split the model into different parts.

I hope that makes sense

Paul
Paul Roberts
iToo Software

Kraiggc@dsccol.com

  • Newbie
  • *
  • Posts: 5
Re: Is 2 Direction Clipping Possible for a Linear Generator?
« Reply #2 on: August 13, 2025, 04:41:48 pm »
It does, however I cannot split up the faces due to the randomizer. Unfortunate
It does, however I cannot split up the faces due to the randomizer. Unfortunate

Paul Roberts

  • ITOOSOFT
  • Hero Member
  • *****
  • Posts: 3078
Re: Is 2 Direction Clipping Possible for a Linear Generator?
« Reply #3 on: August 13, 2025, 04:44:36 pm »
Another solution might be to use the V-Ray Clipping object in mesh mode to create the holes in the mesh. This would allow you to create the entire facade with RC, then add the apertures after. The Clipper object is parametric and rendertime too, so it plays well with RailClone.

Best,
Paul
Paul Roberts
iToo Software

Kraiggc@dsccol.com

  • Newbie
  • *
  • Posts: 5
Re: Is 2 Direction Clipping Possible for a Linear Generator?
« Reply #4 on: August 13, 2025, 05:01:04 pm »
Another solution might be to use the V-Ray Clipping object in mesh mode to create the holes in the mesh. This would allow you to create the entire facade with RC, then add the apertures after. The Clipper object is parametric and rendertime too, so it plays well with RailClone.

Best,
Paul
Corona Has the slicer material, which may be my current solution. I was trying to keep the whole thing as single element, but not sure that's possible. At least not until I can learn how to use this Array generator.