*graphimport_file

Imports a mesh stored in HDF5 into the graphics.

Syntax

*graphimport_file filename

Type

HyperMesh Tcl Modify Command

Description

Imports a mesh stored in HDF5 into the graphics.

Inputs

filename
The full path and filename of the HDF5 mesh file.

Examples

To impor the C:\temp\mesh.hmg file:

*graphimport_file "C:/temp/mesh.hmg" 

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019