Skip to content

Commit 2bec3c3

Browse files
authored
Update pyvista_interface.py
1 parent 825315f commit 2bec3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def clip(
182182
"""
183183
# Make sure to pass new copies/objects to the mesh for the normal
184184
# This should be fixed by PyVista eventually... it is coming from
185-
# https://github.com/RobPasMue/pyvista/commit/2db1888a294a14e4f28a140d8aa0466d332912dc
185+
# https://github.com/pyvista/pyvista/commit/2db1888a294a14e4f28a140d8aa0466d332912dc
186186
return mesh.clip(normal=[elem for elem in plane.normal],
187187
origin=plane.origin)
188188

0 commit comments

Comments
 (0)