Skip to content

Commit

Permalink
fix: adding disk option to fault visualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Dec 18, 2024
1 parent dcd771b commit 1fd1a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loopstructuralvisualisation/_3d_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ def plot_fault(
fault_volume: bool = True,
vector_scale: Optional[Union[float, int]] = None,
name: Optional[str] = None,
geom: str = "arrow",
pyvista_kwargs: dict = {},
) -> List[pv.Actor]:
"""Plot a fault including the surface, slip vector and displacement volume
Expand Down

0 comments on commit 1fd1a9d

Please sign in to comment.