This document is archived and information here might be outdated. Recommended version. |
Maximum oblateness for the recognition of geometric primitives.
[Visual Basic .NET]
Public Property ShapeRecognitionMaxOblateness As Double
[C#]
public double ShapeRecognitionMaxOblateness {get; set;}
This property determines whether the shape can be recognized.
Oblateness is defined as a ratio between the maximal dimension and minimal dimension of the shape. When the oblateness of the shape is more than ShapeRecognitionMaxOblateness, the shape can not be recognized.
The minimum of this parameter is 1.0.