Cog3DDisplayV2 SetView Method Cognex VisionPro 9.22
Change the camera's position and look direction in the 3-D space.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public void SetView(
	Cog3DVect3 position,
	Cog3DVect3 target,
	Cog3DVect3 upDirection
)

Implements

ICog3DDisplayV2 SetView(Cog3DVect3, Cog3DVect3, Cog3DVect3)
See Also