Skip to content

Extend a Class or Model🔗

Extending a model establishes an inheritance to the parent model. Extending a model means that changes to the parent model will automatically be inherited by the extended model.

  1. Right-click on a model in a library or workspace.
  2. Choose extend.
  3. Set the appropriate name and save it in the defined workspace.
  4. Any changes to the original model are inherited by the extended model.
  5. To keep track of changes and model versions, duplicate the model, and apply a name showing the revision before applying changes.

Note

It is not possible to extend multiple classes. It can be done in the code editor but not when creating a model.

Duplicate a Model | Extend a Model | Open a Model | Instance | Export a Model