For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deconstruct Model

- [source code]

Deconstruct a Dragonfly Model object into all of its constituent Dragonfly objects.

Inputs

  • model [Required]

    A Dragonfly Model to be deconstructed into into its constituent objects (Buildings, ContextShades).

Outputs

  • buildings

    All of the Building objects contained within the input Model.

  • context

    All of the ContextShade objects within the input Model.

Last updated