BorderMatchOperator.ShortestGapFactor Property
Gets or sets a factor that, when multiplied with MaxDisplacement, gives the minimal gap between two pieces of border that are shared by the same two polygons.
Syntax
public AttributeVariable< System.Double > ShortestGapFactor { get; set; }
Property Value
Default: 2.0
A factor that, when multiplied with MaxDisplacement, gives the minimal gap between two pieces of border that are shared by the same two polygons.
Remarks
A gap that is shorter than the minimum will be ignored, and the two pieces of border will be connected to a single piece.
Note that each of the two polygons may have its own value of MaxDisplacement and its own value of ShortestGapFactor. Each polygon measures the gap along its own perimeter, and both polygons must agree that the gap is short enough to be ignored.
Platforms
Windows, Linux, Android