public System.bool TryGetLongestLine( System.double step, System.double minDistanceToSides, out NLineSegment longestLine )
Parameters
- step
- The step with which the scan line jumps down.
- minDistanceToSides
- The minimum distance from the found line's center to the sides of the polygon.
- longestLine
- The resulting longest inner line.