CogFixtureNPointToNPoint DOFsToCompute Property Cognex VisionPro 9.5
This enumeration specifies which degrees of freedom will be allowed when computing the best-fit transformation between the unfixtured points and the raw fixtured points.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax

public CogNPointToNPointDOFConstants DOFsToCompute { get; set; }

Property Value

Type: CogNPointToNPointDOFConstants
Events

Event TypeReason
CogFixtureNPointToNPoint Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The supplied value is not a valid member of the CogNPointToNPointDOFConstants enumeration.

    Remarks

    Returns or sets an enumeration that specifies which degrees of freedom will be allowed when computing the best-fit transformation between the unfixtured points and the raw fixtured points.

    Default Value: RotationAndTranslation

    See Also