Click or drag to resize
SoWinViewerSetCamera Method

Sets the camera that will be controlled by the viewer.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetCamera(
	SoCamera cam
)

Parameters

cam
Type: OIV.Inventor.NodesSoCamera
Remarks

Setting the camera is only needed if the first camera found in the scene when setting the scene graph isn't the one that should be controlled.

See Also