Label elements on undeformed or deformed plot.
hplot.labelelements(mode,id)
hplot.labelelements('undeformed',id,'size',20)
hplot.labelelements('deformed','clear')
hplot.labelelements('deformed')
This method labels the elements of the model. MODE controls which model the labels will be associated to -- 'undeformed' or 'deformed'.
ID is an optional 1-D vector of element IDs to be labeled. To clear all of the labels, pass in 'clear' as the ID. If ID is not passed in, all elements will be labeled.
The optional input string 'size' followed by a numeric scalar sets the label size. The default size is 12.