The number of points in each point set. This is the number of raw fixtured points, and also the number of unfixtured points.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax
Property Value
Type: Int32Events
| Event Type | Reason |
|---|---|
| CogFixtureNPointToNPoint Changed | Fires when the value of this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The new value is less than 0. |
Remarks
The number of points in each point set. This is the number of raw fixtured points and also the number of unfixtured points.
If you increase the number of points, the extra points are added to the end of the existing point sets and initialized to (0, 0). If you decrease the number of points, the points are removed from the end of each point set.
Default Value: 0
See Also