gemgis.postprocessing.calculate_dip_and_azimuth_from_mesh#

gemgis.postprocessing.calculate_dip_and_azimuth_from_mesh(mesh: pyvista.core.pointset.PolyData) pyvista.core.pointset.PolyData#

Calculating dip and azimuth values for a mesh and setting them as scalars for subsequent plotting

Parameters

mesh (pv.core.pointset.PolyData) – PyVista Mesh for which the dip and the azimuth will be calculated

Returns

mesh – PyVista Mesh with appended dips and azimuths

Return type

pv.core.pointset.PolyData

New in version 1.0.x.