Cog3DPlane GetTilt Method Cognex VisionPro 9.7
Computes the tilt of this plane, where "tilt" is defined as the angle (in radians) between the plane Normal and the Z-axis, and normalized to the range [0, Math.PI].

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax

public double GetTilt()

Return Value

Type: Double
The angle (in radians) between the plane Normal and the Z-axis.
See Also