HyperWorks Desktop

*RegisterDirectReader()

Registers a model/result reader for use by the Animation client during a HyperWorks session.

*RegisterDirectReader()

Registers a model/result reader for use by the Animation client during a HyperWorks session.

Previous topic Next topic No expanding text in this topic  

*RegisterDirectReader()

Registers a model/result reader for use by the Animation client during a HyperWorks session.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*RegisterDirectReader(reader_name)

Arguments

reader_name

The reader library name to load for a HyperWorks session.

Example

*BeginGraphicDefaults()

 *BeginReaderDefaults()

    *RegisterDirectReader("adams")

    *RegisterDirectReader("adams_res")

    *RegisterDirectReader("adams_stub")

 *EndReaderDefaults()

*EndGraphicDefaults()

Application

HyperView.

Context

*BeginGraphicDefaults()

*BeginReaderDefaults()

Comments

Given the reader library name, HyperWorks 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 HyperWorks.  This can result in slower file loading characteristics, as HyperWorks is required to give all loaded readers a chance to validate their ability to read a file when loading.

The complete list of readers distributed by Altair is provided in the default preference file that is distributed with HyperWorks.  Please note that all the *RegisterDirectReader() commands are disabled by default.

See also

 

*BeginReaderDefaults()

*EndReaderDefaults()

List of Preference Statements