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

    The result of the computation.

    interface ComputationResult {
        entity: PointCloud;
        variables: Record<VariableName, SolarVariable>;
    }
    Index

    Properties

    Properties

    entity: PointCloud

    The generated point cloud. This is the same entity as seen in the preview during computation. This point cloud contains one attribute per solar variable.

    variables: Record<VariableName, SolarVariable>

    The computed variables. Note that those variables are already set up in the entity. However if for some reason you want to use them for other purposes, you can access them directly here.