SoWinViewerSetCamera Method |
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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
RemarksSetting 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