HyperWorks Desktop

*BeginTemplexFunctions()

Indicates the beginning of a templex functions block.

*BeginTemplexFunctions()

Indicates the beginning of a templex functions block.

Previous topic Next topic No expanding text in this topic  

*BeginTemplexFunctions()

Indicates the beginning of a templex functions block.

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

Syntax

*BeginTemplexFunctions()

Example

*BeginTemplexFunctions()

  *BeginTemplexFunction()

     *BeginText()

        function scale_vector(curve,scale_factor)

        {

           new_vector = curve * scale_factor

           return new_vector

        }

     *EndText()

  *EndTemplexFunction()

*EndTemplexFunctions()

Application

MotionView, HyperView, HyperGraph, HyperStudy, TextView, and MediaView.

Context

Preference files.

Comments

The *BeginTemplexFunctions() block contains user-defined templex functions.

Every *BeginTemplexFunctions() statement requires a closing *EndTemplexFunctions() statement.

See also

 

*BeginTemplexFunction()

*RegisterTemplexFunction()

List of Preference Statements