HyperWorks Desktop

*EndTemplexFunctions()

Indicates the end of a templex functions block.

*EndTemplexFunctions()

Indicates the end of a templex functions block.

Previous topic Next topic No expanding text in this topic  

*EndTemplexFunctions()

Indicates the end of a templex functions block.

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

Syntax

*EndTemplexFunctions()

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

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

See also

 

*EndTemplexFunction()

*RegisterTemplexFunction()

List of Preference Statements