ansys-tools-visualization-interface 0.9.0__py3-none-any.whl → 0.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py +5 -1
- {ansys_tools_visualization_interface-0.9.0.dist-info → ansys_tools_visualization_interface-0.9.1.dist-info}/METADATA +1 -1
- {ansys_tools_visualization_interface-0.9.0.dist-info → ansys_tools_visualization_interface-0.9.1.dist-info}/RECORD +5 -5
- {ansys_tools_visualization_interface-0.9.0.dist-info → ansys_tools_visualization_interface-0.9.1.dist-info}/LICENSE +0 -0
- {ansys_tools_visualization_interface-0.9.0.dist-info → ansys_tools_visualization_interface-0.9.1.dist-info}/WHEEL +0 -0
@@ -180,7 +180,11 @@ class PyVistaInterface:
|
|
180
180
|
Clipped mesh.
|
181
181
|
|
182
182
|
"""
|
183
|
-
|
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/pyvista/pyvista/commit/2db1888a294a14e4f28a140d8aa0466d332912dc
|
186
|
+
return mesh.clip(normal=[elem for elem in plane.normal],
|
187
|
+
origin=plane.origin)
|
184
188
|
|
185
189
|
def plot_meshobject(self, custom_object: MeshObjectPlot, **plotting_options):
|
186
190
|
"""Plot a generic ``MeshObjectPlot`` object to the scene.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: ansys-tools-visualization-interface
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1
|
4
4
|
Summary: A Python visualization interface for PyAnsys libraries
|
5
5
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
6
6
|
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
@@ -4,7 +4,7 @@ ansys/tools/visualization_interface/backends/__init__.py,sha256=QrhkJRa-r6kqBqdw
|
|
4
4
|
ansys/tools/visualization_interface/backends/_base.py,sha256=pR_uqDCngqpuPsoA5qPI4Ul8kPqB_nMGZTCIbcjPBBM,1871
|
5
5
|
ansys/tools/visualization_interface/backends/pyvista/__init__.py,sha256=V7w7QRUGTxmyl4eW5uZeY-mBjrrz9cN-T8HeS2qOC3E,1320
|
6
6
|
ansys/tools/visualization_interface/backends/pyvista/pyvista.py,sha256=YA2xc-bo3jndnghuAXJovI4IYt4NdVgePm-ZyPac0oU,25984
|
7
|
-
ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py,sha256=
|
7
|
+
ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py,sha256=H5h8aoamLhygHjOfLzxQlf_NTXxzdZDNzGBw5F2R34k,15629
|
8
8
|
ansys/tools/visualization_interface/backends/pyvista/trame_local.py,sha256=6jIDMqJhZGUPru3ebfKflW9qIHOikUl5zrLGFsMCGP0,2996
|
9
9
|
ansys/tools/visualization_interface/backends/pyvista/trame_remote.py,sha256=LxiVbwyvKoBiOX5wj_U4oZ7E-i-_gD3z7H2ZMC6UiSU,2834
|
10
10
|
ansys/tools/visualization_interface/backends/pyvista/trame_service.py,sha256=eseK01KmnXherN-sMyv5XSmkLeD_7mPd32BFT97K3K0,5404
|
@@ -59,7 +59,7 @@ ansys/tools/visualization_interface/utils/__init__.py,sha256=KMyCn7hV7fzhvMntMqH
|
|
59
59
|
ansys/tools/visualization_interface/utils/clip_plane.py,sha256=Mbavan9rZu86hgoBunEwWfh6Ts2mQJUCzUw9jEifrDU,2911
|
60
60
|
ansys/tools/visualization_interface/utils/color.py,sha256=OPOO87b4bE00aRR014ob__82_rllLKu86kI1hQGmxFc,1641
|
61
61
|
ansys/tools/visualization_interface/utils/logger.py,sha256=SRw6fcjly5dabAn4xRLYoug3WBoGulX9znSopCv4jA4,3825
|
62
|
-
ansys_tools_visualization_interface-0.9.
|
63
|
-
ansys_tools_visualization_interface-0.9.
|
64
|
-
ansys_tools_visualization_interface-0.9.
|
65
|
-
ansys_tools_visualization_interface-0.9.
|
62
|
+
ansys_tools_visualization_interface-0.9.1.dist-info/LICENSE,sha256=hG7YAylqSVoTbB2JgP7Euy_f2WZRx8zwJ_x4yMttDTg,1098
|
63
|
+
ansys_tools_visualization_interface-0.9.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
64
|
+
ansys_tools_visualization_interface-0.9.1.dist-info/METADATA,sha256=8D2ock9IQkcPcOU-D7u8OAVkNhn5gRtzas8MILdAcG4,7251
|
65
|
+
ansys_tools_visualization_interface-0.9.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|