Model

Explanation on the model.

Introduction

The Model allows you to run your Rhino Grasshopper definitions on Packhunt. Models are often used to generate geometry, but can also be used to encode any other type of algorithmic logic.

With the Model you can,

Below is the configuration example. (Note that some content has been omitted.)

  my-model:
    kind: Model
    modelFile: my-grasshopper-file.gh
    triggerSolveOn: [my-value1, my-value2] # OPTIONAL
    subscribe: # OPTIONAL
      - kind: ControlPanel
        frame: my-home-frame
        source: my-control-panel

Schema

See the modelConfig schema docs for more information.