HyperWorks Desktop

*RegisterExportTemplate()

Adds new curve export formats to the list of existing formats.

*RegisterExportTemplate()

Adds new curve export formats to the list of existing formats.

Previous topic Next topic No expanding text in this topic  

*RegisterExportTemplate()

Adds new curve export formats to the list of existing formats.

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

Syntax

*RegisterExportTemplate("Format Name", "Path" , "Extension")

Arguments

Name

Description

 

"Format Name"

The name displayed in the Export dialog.

 

"Path"

The path to read the template from.

 

"Extension"

The extension of the exported file.

Example

*BeginPlotDefaults()

  *RegisterExportTemplate("Altair Format",
                           "altair.tpl", "alt")

   *AddPrinter("lj2", "lpr -Plj2")

   *SetBrowserExtension(req)

   *SetBackgroundColor(0)

   *SetGridlineColor(14)

   *SetHeaderColor(1)

   *SetBorderColor(12)

  • • •

*EndPlotDefaults()

Application

HyperGraph and HyperGraph 3D.

Context

*BeginPlotDefaults()

Comments

Default export formats are automatically included for Excel (csv), Columns, XY Data, X Graph, Summary, and ADAMS Spline.

See also

 

*BeginPlotDefault()

Export Templates in External Resources

List of Preference Statements