Cog3DRangeImageCrossSectionExtractCorner Polarity Property Cognex VisionPro
Gets or sets the corner polarity. Specifies the sign of the sharpness of the corner in the profile.

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

public Cog3DRangeImageCrossSectionCornerPolarityConstants Polarity { get; set; }

Property Value

Type: Cog3DRangeImageCrossSectionCornerPolarityConstants
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfPolarity
Exceptions

ExceptionCondition
ArgumentException If the value is invalid.
See Also