We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cb30f commit cc7ccf6Copy full SHA for cc7ccf6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "ansys-tools-visualization-interface"
7
-version = "0.4.4"
+version = "0.4.5"
8
description = "A Python visualization interface for PyAnsys libraries"
9
readme = "README.rst"
10
requires-python = ">=3.9,<4"
src/ansys/tools/visualization_interface/backends/pyvista/pyvista_interface.py
@@ -97,6 +97,7 @@ def __init__(
97
# objects to actors mapping
98
self._object_to_actors_map = {}
99
self._enable_widgets = enable_widgets
100
+ self._show_edges = None
101
102
@property
103
def scene(self) -> PyVistaPlotter:
0 commit comments