Click or drag to resize
SoWinViewerSetCamera Method

Sets the edited camera.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
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 the user really wants to edit.

See Also