Cog3DCylinderFitterUsing2DPoints Height Property Cognex VisionPro 9.22
Gets/sets the expected height of the cylinder to find.

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

public virtual double Height { get; set; }

Property Value

Type: Double
The expected height of the cylinder to find.
Exceptions

ExceptionCondition
ArgumentException If value is less than 0.
Remarks

If FitMode is Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresUseSpecifiedRaiusAndHeight, then Execute() will use this specified height. If FitMode is Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresComputeRadiusAndHeight, then Execute() will ignore this specified height.
See Also