ProtoTwin API
    Preparing search index...

    Interface IPolyline

    Interface for polyline.

    interface IPolyline {
        distances: readonly number[];
        points: readonly number[];
    }

    Implemented by

    Index

    Properties

    Properties

    distances: readonly number[]

    The ditances along the polyline for the end of each segment.

    points: readonly number[]

    The sequence of points that define the polyline.