SoCameraInteractorSynchronize Method |
Copy field values from the specified camera to the camera of this interactor.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Synchronize(
SoCamera camera
)
Public Sub Synchronize (
camera As SoCamera
)
public:
void Synchronize(
SoCamera^ camera
)
member Synchronize :
camera : SoCamera -> unit
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