*exportbif

Exports the current database to Medina .bif format.

Syntax

*exportbif filename

Type

HyperMesh Tcl Modify Command

Description

Exports the current database to Medina .bif format. Currently only nodes, elements, node sets and element sets are supported.

Inputs

filename
The full path and file name to export to.

Example

To export to a file named C:/temp/test.bif:
*exportbif C:/temp/test.bif

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

13.0