Click or drag to resize
SoCameraInteractor Constructor

Create a OIV.Inventor.ViewerComponents.SoCameraInteractor for the specified camera.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoCameraInteractor(
	SoCamera camera
)

Parameters

camera
Type: OIV.Inventor.NodesSoCamera
Remarks

The camera should be an OIV.Inventor.Nodes.SoPerspectiveCamera or OIV.Inventor.Nodes.SoOrthographicCamera object. Create an empty object if camera pointer is NULL or invalid

See Also