*xyplotreadengineeringcurve

Reads in stress/strain information for HyperForm.

Syntax

*xyplotreadengineeringcurve filename

Type

HyperMesh Tcl Modify Command

Description

Reads in stress/strain information for HyperForm.

Inputs

filename
The full path and file name for the file containing the stress/strain information.

Example

To read the file named C:/temp/curves.txt:

*xyplotreadengineeringcurve C:/temp/curves.txt

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