Cog3DRangeImagePlaneEstimator FitMethod Property Cognex VisionPro 9.23
Gets or sets the FitMethod.

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

public Cog3DRangeImagePlaneEstimatorFitMethodConstants FitMethod { get; set; }

Property Value

Type: Cog3DRangeImagePlaneEstimatorFitMethodConstants
The fit Method specifies which mode is used to fit the plane. May be either Area or Points. The default is Area.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfFitMethod
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is not Area or Points.
See Also