CogFixtureTool RunParams Property Cognex VisionPro 9.7
The runtime parameters for defining a fixtured space. These parameters include the name of the fixtured space, and the transformation that maps points from the fixtured space to the unfixtured space.

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

public CogFixture RunParams { get; set; }

Property Value

Type: CogFixture
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 CogFixture object.

Remarks

The runtime parameters for defining a fixtured space. These parameters include the name of the fixtured space, and the transformation that maps points from the fixtured space to the unfixtured space.

Note: Changing this property causes the CurrentRecord to invalidate. Setting this property 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 CogFixture object.

See Also