Math3D Full Project API
    Preparing search index...
    type ReferencePlaneGridSettings = {
        autoGridScale: boolean;
        gridDensity: number;
        labelSkin: ReferencePlaneLabelSkin;
        planeOpacity: number;
        showAxisLabels: boolean;
        showGrid: boolean;
        showLabels: boolean;
        showMinorGrid: boolean;
        showXY: boolean;
        showXZ: boolean;
        showYZ: boolean;
    }
    Index

    Properties

    autoGridScale: boolean
    gridDensity: number
    planeOpacity: number
    showAxisLabels: boolean
    showGrid: boolean
    showLabels: boolean
    showMinorGrid: boolean
    showXY: boolean
    showXZ: boolean
    showYZ: boolean