*morphcreateresultsfile

Creates and loads a results file named autodv.animate from the selected shapes.

Syntax

*morphcreateresultsfile entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

Creates and loads a results file named autodv.animate from the selected shapes. This file contains a simulation for each shape with a displacement data type and is located in the working directory.

Inputs

entity_type
Must be set to shapes.
mark_id
The ID of the mark containing the shapes. Valid values are 1 and 2.

Example

To create a results file for the shape shape:

*createmark shapes 1 shape1
*morphcreateresultsfile shapes 1

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

14.0