gcode-preview - v3.0.0-alpha.5
    Preparing search index...

    Interface ArcPoint

    A point along a tessellated arc, in absolute G-code coordinates

    interface ArcPoint {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number
    y: number
    z: number