gemgis.postprocessing.translate_clipping_plane#

gemgis.postprocessing.translate_clipping_plane(plane: pyvista.core.pointset.PolyData, azimuth: Union[int, float, numpy.int64], buffer: Union[int, float]) pyvista.core.pointset.PolyData#

Translate clipping plane.

Parameters
  • plane (pv.core.pointset.PolyData) – Clipping Plane.

  • azimuth (Union[int, float, np.int64]) – Orientation of the Fault.

  • buffer (Union[int, float, type(None)]) – Buffer to translate the clipping plane along the strike of the fault.

Returns

Translated clipping plane.

Return type

pv.core.pointset.PolyData

New in version 1.1.

See also

create_plane_from_interface_and_orientation

Create PyVista plane from GemPy interface and orientations DataFrames.

clip_fault_of_gempy_model

Clip fault of a GemPy model.

Example