CogFixtureNPointToNPointTool RunParams Property Cognex VisionPro 9.5
The runtime parameters for computing the fixtured space. These include a set of unfixtured points, a set of corresponding raw fixtured points, an optional adjustment transform, and parameters for computing the mapping between point sets.

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

public CogFixtureNPointToNPoint RunParams { get; set; }

Property Value

Type: CogFixtureNPointToNPoint
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
InvalidCastException

The supplied non-NULL object is not a CogFixtureNPointToNPoint object.

Remarks

The run-time parameters for computing the fixtured space. These include a set of unfixtured points, a set of corresponding raw fixtured points, an optional adjustment transform, and parameters for computing the mapping between point sets.

Note: Changing this property causes the CurrentRecord to invalidate. Setting it to NULL does not cause an error, however an error will occur if the Run  method is called and this property is NULL.

Default Value: A CogFixtureNPointToNPoint object.

See Also