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: 2024.1.1.0 (2024.1.1)
Syntax
public static SoCameraInteractor GetNewInstance(
	SoCamera camera
)

Parameters

camera
Type: OIV.Inventor.NodesSoCamera

Return Value

Type: SoCameraInteractor
Remarks

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

See Also