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

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

public ICogTransform2D RawFixturedFromFixturedTransform { get; set; }

Property Value

Type: ICogTransform2D
Events

Event TypeReason
CogFixtureNPointToNPoint Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The new value is NULL.

Remarks

A 2D transformation 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 property is True.

Default Value: A linear identity CogTransform2D.

See Also