SCI.js
    Preparing search index...

    Type Alias PolylineCommand

    PolylineCommand: [
        "PLINE",
        [drawMode: DrawMode, drawCodes: DrawCodes],
        ...Vec2[],
    ]