2-D transform that defines the fixtured space, relative to the (unadjusted) raw fixtured space. This transform must map points from fixtured space into raw fixtured space, and will only be used if RawFixturedFromFixturedTransformEnabled is True.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax
Property Value
Type: ICogTransform2DEvents
| Event Type | Reason |
|---|---|
| CogFixtureNPointToNPoint Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is NULL. |
Remarks
A 2D transformation that defines the fixtured space relative to the (unadjusted) raw fixtured space. This transform must map points from fixtured space into raw fixtured space, and will only be used if RawFixturedFromFixturedTransformEnabled property is True.
Default Value: A linear identity CogTransform2D.
See Also