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: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks Equivalent to the auto clip planes feature in the viewer classes. Typically called before each render traversal.
See Also