*solidmesh9lines

Creates a solid mesh on a volume formed by nine lines.

Syntax

*solidmesh9lines lines density1 density2 density3

Type

HyperMesh Tcl Modify Command

Description

Creates a solid mesh on a volume formed by nine lines.

Inputs

lines
The line list ID which contains lines that define a solid.
density1
The density of the elements in the first direction.
density2
The density of the elements in the second direction.
density3
The density of the elements in the third direction.

Example

To create a solid mesh in the volume formed by connected lines 10, 11, 12, connected lines 1, 2, and 3, and connecting lines 20, 21, and 22, with densities 3, 8 and 12:

*createlist(lines,1) 10 11 12 1 2 3 20 21 22
*solidmesh9lines(1, 3, 8, 12)

Errors

None.