Cog3DPatMaxResults RuntimeZoneAngleDecomposition Property Cognex VisionPro 9.10
Gets the value of the ZoneAngleDecomposition property that was in effect at runtime, when the results were computed.

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

public Cog3DPatMaxZoneAngleDecompositionConstants RuntimeZoneAngleDecomposition { get; }

Property Value

Type: Cog3DPatMaxZoneAngleDecompositionConstants
Remarks

To examine a result's 3D rotation you can get the Rotation property of the Cog3DTransformRigid returned by that result's GetPose  method. This rotation can be decomposed into its component angles using any method you desire. Often you will want to use the same decomposition method as the one used at runtime. If so, this property tells you which decomposition method to use.
See Also