*masselementwithvar

Creates a mass element with a Tcl variable.

Syntax

*masselementwithvar mark mass_var

Type

HyperMesh Tcl Modify Command

Description

Creates a mass element with aTclvariable.

Inputs

mark
The mark ID containing nodes on which you wish to create mass elements.
mass_var
The TCL variable to use to assign the mass to the element. This variable must be an array of double values and be accessible from the global scope. The index into the array is the node ID.

Errors

None.