Notes of parameter¶
The calculation of STL / ENFPolygon¶
- Make the polylines within Distance Tolerance from the original line.
- If the angle of the broken line in the direction of the tangent to the curve is over Angle Tolerance, the polyline is segmented.
- If the angle of the broken line has been over Angle Tolerance after the segmentation, the polyline is re-segmented.
- Until the angle of broken line is under Angle Tolerance, the third process is repeated.
