CogFixtureNPointToNPoint RawFixturedFromFixturedTransformEnabled Property Cognex VisionPro 9.7
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.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

public bool RawFixturedFromFixturedTransformEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogFixtureNPointToNPoint Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

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.

Default Value: True

See Also