*createdoublearray
Creates an array of doubles for use in a subsequent command.
Syntax
*createdoublearray size doubles
Type
HyperMesh Tcl Modify Command
Description
Creates an array of doubles for use in a subsequent command.
Inputs
- size
- The size of the array.
- doubles
- The doubles to put in the array.
Examples
*createdoublearray 2 2.5 11.0