Interface ShortestDistanceToLineOptions

2023.1

interface ShortestDistanceToLineOptions {
    clipToSegment?: boolean;
}

Properties

Properties

clipToSegment?: boolean

If false, the shortest distance will be calculated for the whole line. Otherwise it will only be calculated for the line segment linePointOne-linePointTwo.

<code>false</code>