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.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogFixtureEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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