CogNPointToNPoint PropertiesCognex VisionPro

The CogNPointToNPoint type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyComputationMode
This enumeration specifies how the best-fit transformation between the 'group A' points and the 'group B' points will be computed. Only linear computations are supported in this release.
Public propertyDOFsToCompute
This enumeration specifies which degrees of freedom will be allowed when computing the best-fit transformation between the 'group A' points and the 'group B' points.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyNumPoints
The number of points in each point set. This is the number of 'group B' points, and also the number of 'group A' points.
Top
See Also