SoWinViewerSetCamera Method |
Sets the camera that will be controlled by the viewer.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetCamera(
SoCamera cam
)
Public Sub SetCamera (
cam As SoCamera
)
public:
void SetCamera(
SoCamera^ cam
)
member SetCamera :
cam : SoCamera -> unit
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