*RegisterDirectReader()
Registers a model/result reader for use by the Animation client during a session.
Syntax
*RegisterDirectReader (reader_name)
Application
HyperView.
Inputs
- reader_name
- The reader library name to load for a session.
Context
*BeginGraphicDefaults()
*BeginReaderDefaults()
Example
*BeginGraphicDefaults()
*BeginReaderDefaults()
*RegisterDirectReader("adams")
*RegisterDirectReader("adams_res")
*RegisterDirectReader("adams_stub")
*EndReaderDefaults()
*EndGraphicDefaults()
Comments
Given the reader library name, the application automatically locates the specified reader in the Altair installation directory structure.
If no *RegisterDirectReader() commands are found in the preferences files, the default behavior is to load all readers distributed with the application. This can result in slower file loading characteristics, as all loaded readers must be allowed to validate their ability to read a file when loading.