HyperWorks Desktop

*RegisterHMATHReader()

Registers a HyperMath reader with the specified characteristics/attributes.

*RegisterHMATHReader()

Registers a HyperMath reader with the specified characteristics/attributes.

Previous topic Next topic No expanding text in this topic  

*RegisterHMATHReader()

Registers a HyperMath reader with the specified characteristics/attributes.

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

Syntax

*RegisterHMATHReader(filename, type, ext, category, func)

Arguments

Name

Description

 

filename

The filename of reader (an HML file).

 

type

The string that appears in the file type selector (optional argument).

 

ext

The suffix associated with this file type.  The program uses this information to filter file names easier and to accelerate file recognition (optional argument).

 

category

The reader category.  Options include ASCII, binary, or general.

 

func

The user-defined HyperMath function name.  This should be unique so it does not conflict with other HyperMath readers.

Example

*BeginPlotDefaults()

  *RegisterHMATHReader(“C:/hmath_readers/hmthreader.hml”,
                       "Comma Separated Vaules(*.csv)”,"csv”, “ascii”, NewFunc)

*EndPlotDefaults()

Application

HyperGraph 2D , HyperGraph 3D, HyperView, MediaView, MotionView, TextView

Context

*BeginDefaults()

*BeginPlot3DDefaults()

*BeginPlotDefaults()

See also

 

*BeginPlot3DDefaults()

*BeginPlotDefaults()

*EndPlot3DDefaults()

*EndPlotDefaults()

*RegisterExternalReader()

*RegisterHMATHFunction()

List of Preference Statements