getAllRootModelNames

Overview

This utility is used to get all the model names that available in database.

Syntax

OutModelNames = simlab.getAllRootModelNames("ModelType(FEM/CAD/All)")

User Case

  • When there are more than one CAD/FEM models in database, that model names are needed to mention in entity info of every operations.

Why we need this utility?

This utility is mostly used to identify number of models and model names available in database and carry out some process for the entities from one model or set of models.

Utility Input/output

Hint

Based on model type (FEM/CAD/All) it returns all model names in the same sequence as present in the database.

Sample