Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface GrasshopperRequestSchema

    Arguments sent to Grasshopper compute endpoint Includes config options + definition source + input values

    interface GrasshopperRequestSchema {
        absolutetolerance?: number | null;
        algo?: string | null;
        angletolerance?: number | null;
        cachesolve?: boolean | null;
        dataversion?: 7 | 8 | null;
        filename?: string | null;
        modelunits?: RhinoModelUnit | null;
        pointer?: string | null;
        values?: DataTree[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    absolutetolerance?: number | null

    Absolute tolerance used in computation

    algo?: string | null

    Base64 encoded algorithm (if embedded)

    angletolerance?: number | null

    Angular tolerance used in computation

    cachesolve?: boolean | null

    Whether to use cached solution

    dataversion?: 7 | 8 | null

    Data version (7 or 8)

    filename?: string | null

    Filename of the definition

    modelunits?: RhinoModelUnit | null

    Model units used

    pointer?: string | null

    URL pointer to definition file

    values?: DataTree[]

    Input values organized by parameter