*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

To create 3 nodes between nodes 166 and 170, and 3 more between nodes 170 and 174, and so on:
*createlist(nodes,1) 166 170 174 178 183 187 191
*createnodesbetweennodelist(1,3)