Click or drag to resize
SoCameraInteractorAdjustClippingPlanes Method

Adjust near and far clipping planes to minimize clipping of objects in the scene.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void AdjustClippingPlanes(
	SoNode sceneRoot,
	SbViewportRegion vpRegion
)

Parameters

sceneRoot
Type: OIV.Inventor.NodesSoNode
vpRegion
Type: OIV.InventorSbViewportRegion
Remarks

Equivalent to the auto clip planes feature in the viewer classes. Typically called before each render traversal.

See Also