*plotnodelist
Plots a curve based on the values of a contour along a list of nodes.
Syntax
*plotnodelist listid
Type
HyperMesh Tcl Modify Command
Description
Plots a curve based on the values of a contour along a list of nodes.
Inputs
- listid
- The ID of the active node list.
Example
*contourplot("",0,0,0,0,0,1,0,0,"total disp",1,0,0)
*xyplotsetcurrent("untitled1")
*createlist(nodes, 1) 1601 1600 1599 1598
*plotnodelist(1)
In order to work, there must be an existing contour and a list of nodes (not nodes on a mark).
Errors
None.