*enabledatabase()
Used to scan for entities in the HyperMesh database.
Syntax
*enabledatabase (flag)
Type
HyperMesh Template Command
Inputs
- flag
- The flag can be set to all or selected.
Example
When writing export and summary templates, it may be necessary to scan the entire database before processing the displayed entities. To do this, use *enabledatabase(all). To scan the database for only the entities that you selected (this can be all or displayed), use *enabledatabase(selected). *enabledatabase() should be used outside of any other command blocks and can be used more than once.