HyperWorks Desktop

*RegisterResultMathTemplate()

Registers a result math template.

*RegisterResultMathTemplate()

Registers a result math template.

Previous topic Next topic No expanding text in this topic  

*RegisterResultMathTemplate()

Registers a result math template.

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

Syntax

*RegisterResultMathTemplate(name, filename)

Arguments

Name

Description

 

name

The result math template name.

 

filename

The associated XML file to be used when reading a model/result.

Example

*BeginGraphicDefaults()

  *RegisterResultMathTemplate(“RM Template”,
                               “C:/result_math/rm_template.xml”)

*EndGraphicDefaults()

Application

HyperView

Context

*BeginDefaults()

*BeginGraphicDefaults()

Comments

The Advanced result math template must be registered before using the *RegisterResultMathTemplate() preference statement. *RegisterResultMathTemplaate() defines the operator libraries available and what data will be extracted from the model.

See also

 

*BeginGraphicDefaults()

*EndGraphicDefaults()

*RegisterResultMathPlugin()

List of Preference Statements