NextGIS Frontend
    Preparing search index...

    Interface Base3DPaint

    interface Base3DPaint {
        color?: string | Expression;
        fill?: boolean;
        fillColor?: string | Expression;
        stroke?: boolean;
        strokeColor?: string | Expression;
        strokeWidth?: number | Expression;
        type?: Paint3DType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: string | Expression
    fill?: boolean
    fillColor?: string | Expression
    stroke?: boolean
    strokeColor?: string | Expression
    strokeWidth?: number | Expression