*readnodepositionsfromh3dfile

Modes nodes in the current model to positions given in an H3D file.

Syntax

*readnodepositionsfromh3dfile path

Type

HyperMesh Tcl Modify Command

Description

Modes nodes in the current model to positions given in an H3D file.

A valid Radioss model must be loaded.

Inputs

path
The full path and file name of the H3D file.

Example

To read node positions from C:/Users/default/result.h3d:

*readnodepositionsfromh3dfile "C:/Users/default/result.h3d"

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

2017.1