TNOPlotter.draw_mesh
- TNOPlotter.draw_mesh(mesh=None, show_edges=True, show_vertices=False, show_faces=False, **kwargs)[source]
Initiate the Plotter with the default camera options.
- Parameters
mesh (Mesh, optional) – Mesh to plot, by default None, which means that the form diagram is added
show_edges (bool, optional) – If edges are shown, by default True
show_vertices (bool, optional) – If vertices are shown, by default False
show_faces (bool, optional) – If faces are shown, by default False
- Returns
None – The plotter is updated in place.