Gets the value of the
ZoneAngleDecomposition
property that was in effect at runtime, when the results were computed.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 79.0.0.0
public Cog3DPatMaxZoneAngleDecompositionConstants RuntimeZoneAngleDecomposition { get; }public Cog3DPatMaxZoneAngleDecompositionConstants RuntimeZoneAngleDecomposition { get; }Public ReadOnly Property RuntimeZoneAngleDecomposition As Cog3DPatMaxZoneAngleDecompositionConstants
Get
Public ReadOnly Property RuntimeZoneAngleDecomposition As Cog3DPatMaxZoneAngleDecompositionConstants
Get
public:
property Cog3DPatMaxZoneAngleDecompositionConstants RuntimeZoneAngleDecomposition {
Cog3DPatMaxZoneAngleDecompositionConstants get ();
}public:
property Cog3DPatMaxZoneAngleDecompositionConstants RuntimeZoneAngleDecomposition {
Cog3DPatMaxZoneAngleDecompositionConstants get ();
}Property Value
Type:
Cog3DPatMaxZoneAngleDecompositionConstants
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.