*createnodesbetweennodelist
Creates nodes between each pair of nodes along a list.
Syntax
*createnodesbetweennodelist nodelist numberofnodes biasstyle biasingintensity
Type
HyperMesh Tcl Modify Command
Description
Creates nodes between each pair of nodes along a list.
Inputs
- nodelist
 - The mark containing the list of nodes that are to have nodes created between them.
 - numberofnodes
 - The number of nodes to be created between the selected nodes.
 - biasstyle
 - The type of biasing to use.
 - biasingintensity
 - The biasing intensity value.
 
Examples
*createlist(nodes,1) 166 170 174 178 183 187 191
*createnodesbetweennodelist(1,3)