*linemesh_preparenodeslist1
Prepares the selected node list for 1D meshing.
Syntax
*linemesh_preparenodeslist1 list_id config
Type
HyperMesh Tcl Modify Command
Description
Prepares the selected node list for 1D meshing.
Each call to this command must be paired with a call to *linemesh_savedata1 or *linemesh_savedata_bar1 to clean up memory.
Inputs
- list_id
- The ID of the list containing the nodes. Valid values are 1 and 2.
- config
- If configuration of the element to create. Only 1D configs are valid.
Example
To mesh between nodes 16, 17, and 2 with 3 rigid elements between nodes 16 and 17 and with 2 rigid elements between nodes 17 and 2, with no property assignment:
*createlist nodes 1 16 17 2
*linemesh_preparenodeslist1 1
*linemesh_saveparameters 0 3 0 0
*linemesh_saveparameters 1 2 0 0
*linemesh_savedata1 1 5 0 0
Errors
None.
Version History
14.0.120