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.
- Right-click on a model in a library or workspace.
- Choose extend.
- Set the appropriate name and save it in the defined workspace.
- Any changes to the original model are inherited by the extended model.
- 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.
Related articles🔗
Duplicate a Model | Extend a Model | Open a Model | Instance | Export a Model