I don’t want to change the size of the viewport, but want to clip the display area with a boundingbox, that is to display
the objects or part of objects in a boundingbox area only.
So I try ActiveViewport.SetClippingPlanes(box.BoundingBox) method, but it doesn’t work.
Can someone help me achieve this effect?
Oh no, what I think is that the object inside the box is displayed, the object outside it is not displayed, and the cross-border object displays the part inside the box。