| SoCameraInteractorAdjustClippingPlanes Method  | 
Adjust near and far clipping planes to minimize clipping of objects in the scene. 
 
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void AdjustClippingPlanes(
	SoNode sceneRoot,
	SbViewportRegion vpRegion
)
Public Sub AdjustClippingPlanes ( 
	sceneRoot As SoNode,
	vpRegion As SbViewportRegion
)
public:
void AdjustClippingPlanes(
	SoNode^ sceneRoot, 
	SbViewportRegion vpRegion
)
member AdjustClippingPlanes : 
        sceneRoot : SoNode * 
        vpRegion : SbViewportRegion -> unit 
Parameters
- sceneRoot
 - Type: OIV.Inventor.NodesSoNode
 - vpRegion
 - Type: OIV.InventorSbViewportRegion
 
RemarksEquivalent to the auto clip planes feature in the viewer classes. Typically called before each render traversal. 
See Also