Click or drag to resize
SoCameraInteractorGetNewInstance Method

Create an instance for the specified camera.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static SoCameraInteractor GetNewInstance(
	SoCamera camera
)

Parameters

camera
Type: OIV.Inventor.NodesSoCamera

Return Value

Type: SoCameraInteractor
Remarks

The camera should be an SoPerspectiveCamera or SoOrthographicCamera object. Returns null if the camera parameter is null.

See Also