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 22057a0 commit 6c75f0fCopy full SHA for 6c75f0f
src/ansys/tools/visualization_interface/backends/pyvista/widgets/measure.py
@@ -88,9 +88,9 @@ def callback(self, state: bool) -> None:
88
self._widget = self.plotter_helper._pl.scene.add_measurement_widget()
89
90
def update(self) -> None:
91
+ """Define the measurement widget button parameters."""
92
from vtk import vtkPNGReader
93
- """Define the measurement widget button parameters."""
94
if self._dark_mode:
95
is_inv = "_inv"
96
else:
0 commit comments