CogFixtureNPointToNPoint PropertiesCognex VisionPro

The CogFixtureNPointToNPoint 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 unfixtured points and the raw fixtured 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 unfixtured points and the raw fixtured points.
Public propertyFixturedSpaceName
Name of the fixtured coordinate space that will be attached to the coordinate space tree of the input image. This must be a valid non-qualified name.
Public propertyFixturedSpaceNameDuplicateHandling
Specifies how the operator should respond when attempting to add a space whose name already exists in the output image coordinate space tree.
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 raw fixtured points, and also the number of unfixtured points.
Public propertyRawFixturedFromFixturedTransform
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.
Public propertyRawFixturedFromFixturedTransformEnabled
If True, the RawFixturedFromFixturedTransform will be used to adjust the fixtured space defined by the next point-to-point computation. If False, the RawFixturedFromFixturedTransform will be ignored.
Public propertySpaceToOutput
Specifies whether the selected space of the output image will be a fully-qualified copy of the fixtured space name, or a fully-qualified copy of the unfixtured space name.
Top
See Also