Viewer.draw_thrustsurface
- Viewer.draw_thrustsurface(show_edges=False, show_faces=True, opacity=0.2, color=Color(0.49019607843137253, 0.49019607843137253, 0.49019607843137253, 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_faces (bool, optional) – Whether or not faces are shown, by default True
show_edges (bool, optional) – Whether or not edges are shown, by default False
opacity (float, optional) – The opacity of the mesh, by default 0.5
color (Color, optional) – Color of the mesh, by default grey
- Returns
None – The Viewer is updated in place.