Cog3DRangeImageCrossSectionTolerance Min Property Cognex VisionPro 9.7
Gets or sets the minimum value to use for tolerance.

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

public double Min { get; set; }

Property Value

Type: Double
Default value is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

  • SfMin
  • SfMax
Remarks

If Max is less than Min, then Max value will be changed to be equal to Min.
See Also