Click or drag to resize
SoCameraInteractorSynchronize Method

Copy field values from the specified camera to the camera of this interactor.

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

Parameters

camera
Type: OIV.Inventor.NodesSoCamera
Remarks

If the two cameras are not the same type, common fields are copied and the height or heightAngle field is computed.

See Also