NextGIS Frontend
    Preparing search index...

    Interface Ellipsoid3DPaint

    interface Ellipsoid3DPaint {
        color?: string | Expression;
        fill?: boolean;
        fillColor?: string | Expression;
        height: number;
        length: number;
        stroke?: boolean;
        strokeColor?: string | Expression;
        strokeWidth?: number | Expression;
        type: "ellipsoid";
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: string | Expression
    fill?: boolean
    fillColor?: string | Expression
    height: number
    length: number
    stroke?: boolean
    strokeColor?: string | Expression
    strokeWidth?: number | Expression
    type: "ellipsoid"
    width: number