CogCircularAnnulusSection Radius Property Cognex VisionPro 9.5
Returns/sets the Radius of the start arc of this annulus section. Note this could be either the inner arc or the outer arc depending on whether RadialScale is greater than or less than 1.0.

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

public double Radius { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogCircularAnnulusSection Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    Value <= 0.0

    Remarks

    Sets or gets the radius of the start arc of this annulus section. If RadialScale is less than 1, the radius is from the center to the outer arc; if it is greater than 1, the radius is from the center to the inner arc.

    Default Value: 50

    See Also