fedoo.Mesh.plot_normals

Mesh.plot_normals(mag: float = 1.0, show_mesh: bool = True, **kargs) None

Simple functions to plot the normals of a surface Mesh.

This function is proposed for quick visual verification of normals orientations. The normals are plotted at the center of the elements.

Parameters:
  • mag (float) – Size of the arrows (default = 1).

  • show_mesh (bool) – If False, the mesh is not rendered (default = True)

  • kargs (arguments directly passed to the pyvista) – add_mesh method. See the documentation of pyvista for available options.