Cog3DRangeImageCrossSectionExtractCornerV2 CornerSelection Property Cognex VisionPro
Gets or sets the corner to be returned.

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

public Cog3DRangeImageCrossSectionCornerSelectionConstants CornerSelection { get; set; }

Property Value

Type: Cog3DRangeImageCrossSectionCornerSelectionConstants
Default value is ProtrudedPoint
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException If the value is an invalid enumeration value.
See Also