*xyplotregisterexternalreader
Registers a translator for use in the Edit Curves panel.
Syntax
*xyplotregisterexternalreader path
Type
HyperMesh Tcl Modify Command
Description
Registers a translator for use in the Edit Curves panel.
Inputs
- path
- path of the executable for the reader.
Example
*xyplotregisterexternalreader(daisy.exe).
External readers allow you to expand the file reading capabilities of the edit curves panel through the addition of custom readers. Custom readers can be written in C or Fortran.
Errors
None.