LuciadRIA (2026.0.11)
    Preparing search index...

    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>