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

    Interface GeometryInputType

    Geometry input type (generic geometry)

    interface GeometryInputType {
        default: DefaultValue<string | object>;
        description: string;
        groupName?: string;
        id?: string;
        name: string;
        nickname: string | null;
        paramType: "Geometry";
        treeAccess: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    default: DefaultValue<string | object>
    description: string
    groupName?: string

    Name of the group this parameter belongs to.

    Custom branch of compute.rhino3d

    id?: string

    Unique identifier for the parameter.

    Custom branch of compute.rhino3d

    name: string
    nickname: string | null
    paramType: "Geometry"
    treeAccess: boolean