Viewer.draw_mesh

Viewer.draw_mesh(mesh=None, show_lines=True, opacity=0.5, color=Color(0.5, 0.5, 0.5, 1.0), **kwargs)[source]

Draw a mesh to the viewer, if no mesh is given the self.thrust is taken

Parameters
  • mesh (Mesh, optional) – Mesh to plot, by default None

  • show_lines (bool, optional) – Whether or not edges are shown, by default True

  • opacity (float, optional) – The opacity of the mesh, by default 0.5

Returns

None – The Viewer is updated in place.