Gets or sets the FitMethod.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Cog3DRangeImagePlaneEstimatorFitMethodConstantsThe fit Method specifies which mode is used to fit the plane. May be either Area or Points. The default is Area.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied argument is not Area or Points. |
See Also