Selective clipping

Is there a way to make an object to be not affected by a clipping plane, in other words; disable an object to be clipped but still having rest of the model clipped?

Hello,
it can be done in VRay 3, if you’re using it, however I’m not sure if there is a workaround in basic Rhino.

Cheers,
Jonas

Hi scenografi - no, this is on the wish pile though, for the future.

-Pascal

1 Like

would definetely love this feature incorporated into rhino7!

I have added your vote to the wish list item…

2 Likes

find myself wishing for this
maybe as GeometryBase property, like:
protected bool IsClippable { get; set; } = true;

or has it been implemented and eluded me?

No, this feature has not been implemented yet. The feature is also a bit more complicated than a simple on/off. We should provide “how” an object should be drawn or not based on which side of a clipping plane it falls on. In other words you could choose to have an object hidden on one side of a clipping plane or have it drawn as wireframe on one side and shaded on the other.

1 Like

all the more powerful :star2:
I would’ve been happy with just on/off