Models

Create New Model

To create a model, you can:

  • create new one from scratch
  • open an existing file

Create a new model:

../../_images/new_model.png

Open an existing model:

../../_images/open_model.png

Now you can edit it, run it, ...

Add Model to the current project

Once you have your model, you must incorporate it inside your working project. So, it will be accessible to the other models of your project.

../../_images/add_model_to_proj.png

Drag and Drop

To access to a model, just drag object from panel "project" on the left in the GUI and drop it in an other model.

../../_images/drag2.png ../../_images/drag3.png

Using models inside other models

Each model, whatever his type can be called inside whatever other model.

For instance, We define here an L-system model inside our project:

../../_images/model_lpy.png

Then we can call this model from a python model. For this, we realize a simple drag and drop from the project viewer (at left) to our current model.

../../_images/model_py.png

We can use it inside a workflow model too:

../../_images/model_wf.png

See also

Developer's documentation Models.

Table Of Contents

Previous topic

Projects

Next topic

Git workflows

This Page