API (v2.0.0) - Giro3D
    Preparing search index...

    Describes a single measured value for all probes.

    interface SolarVariable {
        buffer: BufferAttribute;
        max: number;
        mean: number;
        min: number;
    }
    Index

    Properties

    Properties

    buffer: BufferAttribute

    The variable values for all probes. Can directly be used as a buffer attribute for a geometry.

    max: number

    The maximum value of the variable across all probes

    mean: number

    The average value of the variable across all probes

    min: number

    The minimum value of the variable across all probes