We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825315f commit 2bec3c3Copy full SHA for 2bec3c3
src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py
@@ -182,7 +182,7 @@ def clip(
182
"""
183
# Make sure to pass new copies/objects to the mesh for the normal
184
# This should be fixed by PyVista eventually... it is coming from
185
- # https://github.com/RobPasMue/pyvista/commit/2db1888a294a14e4f28a140d8aa0466d332912dc
+ # https://github.com/pyvista/pyvista/commit/2db1888a294a14e4f28a140d8aa0466d332912dc
186
return mesh.clip(normal=[elem for elem in plane.normal],
187
origin=plane.origin)
188
0 commit comments