Adds a new point to the end of each point set. NumPoints will be increased by one.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax
Parameters
- unfixturedX
- Type: System Double
The x-axis coordinate value for the unfixtured point.
- unfixturedY
- Type: System Double
The y-axis coordinate value for the unfixtured point.
- rawFixturedX
- Type: System Double
The x-axis coordinate value for the raw fixtured point.
- rawFixturedY
- Type: System Double
The y-axis coordinate value for the raw fixtured point.
Events
| Event Type | Reason |
|---|---|
| CogFixtureNPointToNPoint Changed | Fires when the value of this property changes. The following state flags may be affected: |
Remarks
Adds a new point with the specified coordinates to the end of each point set and increases NumPoints by one.
Note: AddPointPair(Double, Double, Double, Double) does not affect any of the existing points in the point sets.
See Also