*plotaxisnodes
Plots a curve based on the values of marked nodes ordered along an axis.
Syntax
*plotaxisnodes mark axis
Type
HyperMesh Tcl Modify Command
Description
Plots a curve based on the values of marked nodes ordered along an axis.
Inputs
- mark
- The active mark.
- axis
- The axis index (0 = X, 1 = Y, 2 = Z)
Example
*createmark(nodes,1) 167 171 175
*plotaxisnodes(1,0)
In order to work, there must be an existing contour and at least one node on the mark. Values on the curve are ordered according to their distance along the selected axis.
Errors
None.