bc_plot#
- MapdlPlotter.bc_plot(mapdl=None, bc_labels=None, bc_target=None, plot_bc_labels=False, plot_bc_legend=None, bc_glyph_size=None, bc_labels_font_size=16)#
Plot boundary conditions.
- Parameters:
- mapdl
Mapdl
,optional
Mapdl instance, by default None
- bc_labels
optional
Labels to plot, by default None
- bc_target
optional
Targets to plot, by default None
- plot_bc_labelsbool,
optional
Whether to plot the labels or not, by default False
- plot_bc_legend
optional
Legend to plot, by default None
- bc_glyph_size
optional
Size of the gliph, by default None
- bc_labels_font_size
int
,optional
Size of the labels font, by default 16
- mapdl