Display FEM coordinate systems.
vtkplotcs(fem)
out=vtkplotcs(fem,'nolabels','showfem')
vtkplotcs(fem,'light blue',3)
VTKPLOTCS displays the coordinate systems defined in the supplied IMAT_FEM object.
H is a handle. If you pass in a valid figure handle, the FEM will be displayed on the supplied figure. If you pass in a uipanel handle, the FEM will be displayed in that panel.
You can specify additional input arguments as well. These will simply be passed into CSSTYLE.
The following optional input strings are supported.
'nolabels' | Turn off the coordinate system labels and just plot the arrows. |
'showfem' | Has no effect. Is retained for compatibility with plotcs. |
Any other input arguments are passed along toimat_ctrace/plot. Please see the help for this function for options such as specifying the coordinate system color and scale factor.
OUT is the IMAT_VTKPLOT object, which you can use to further modify the display.