CogTransform2DPerspectiveAndRadial LinearAspect Property Cognex VisionPro 9.8 SR1
Returns/sets the aspect of this transform. Aspect is the ratio of scaling along the y axis over scaling along the x axis.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public double LinearAspect { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogTransform2DPerspectiveAndRadial Changed

Fires when this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The new value is 0.

    Remarks

    Returns/sets the aspect of this transform. Aspect is Y-axis scale divided by X-axis scale.

    See Also