plot_nodal_elastic_principal_strain¶
- PostProcessing.plot_nodal_elastic_principal_strain(component, show_node_numbering=False, **kwargs)¶
Plot elastic nodal principal strain.
- Parameters
- component
str
Nodal principal strain component to plot. Must be
'1'
,'2'
, or'3'
- show_node_numberingbool,
optional
Plot the node numbers of surface nodes.
- **kwargs
dict
,optional
Keyword arguments passed to
general_plotter
.
- component
- Returns
list
Camera position from plotter. Can be reused as an input parameter to use the same camera position for future plots.
Examples
Plot the nodal principal strain “1” for the second result set.
>>> mapdl.post1() >>> mapdl.set(1, 2) >>> mapdl.post_processing.plot_nodal_elastic_principal_strain('1')