Cog3DRangeImageCrossSectionExtractPoint DirectionRelativeToLineSegment Property Cognex VisionPro 9.7
Gets or sets the direction of the point extraction relative to the line segment. The value of this property will be used only if DirectionSelectionMode is set to DirectionFromLineSegment

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

public Cog3DRangeImageCrossSectionExtractPointLineSegmentDirectionConstants DirectionRelativeToLineSegment { get; set; }

Property Value

Type: Cog3DRangeImageCrossSectionExtractPointLineSegmentDirectionConstants
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfDirectionRelativeToLineSegment
Exceptions

ExceptionCondition
ArgumentException If the value is invalid.
See Also