*linear1delements
Creates 1D elements between two sets of plate elements.
Syntax
*linear1delements mark1 mark2 node11 node12 node13 node21 node22 node23 density config
Type
HyperMesh Tcl Modify Command
Description
Creates 1D elements between two sets of plate elements.
Inputs
- mark1
 - The ID of the first group of plate elements.
 - mark2
 - The ID of the second group of plate elements.
 - node11
 - The ID of the first alignment node for the first group of elements.
 - node12
 - The ID of the second alignment node for the first group of elements.
 - node13
 - The ID of the third alignment node for the first group of elements.
 - node21
 - The ID of the first alignment node for the second group of elements.
 - node22
 - The ID of the second alignment node for the second group of elements.
 - node23
 - The ID of the third alignment node for the second group of elements.
 - density
 - The number of elements being created between the two sets of plate elements.
 - config
 - The config number for the 1D element (plot, rod, etc.). The default value is plot.
 
Errors
None.