This document is archived and information here might be outdated. Recommended version. |
Controls the gap closure fan angle.
[Visual Basic .NET]
Public Property GapFanAngle As Double
[C#]
public double GapFanAngle {get; set;}
This property relates to the Fan Angle textbox on the Vectorization Settings dialog.
Gap Fan Angle is the relative angle that the vectorizer will look for the next end when jumping gaps. The value range for this parameter is from 0.0 to 180.0. The value is in degrees.
The corresponding property IVectorizationBatchProperties::UseGapClosure must be set to true for this value to be used.