File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/01-basic-plotly-examples Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131"""
3232
3333from ansys .tools .visualization_interface .backends .plotly .plotly_interface import PlotlyBackend
34- from ansys .tools .visualization_interface .types import MeshObjectPlot
34+ from ansys .tools .visualization_interface .types . mesh_object_plot import MeshObjectPlot
3535from ansys .tools .visualization_interface import Plotter
3636import pyvista as pv
3737from plotly .graph_objects import Mesh3d
Original file line number Diff line number Diff line change 2525
2626from ansys .tools .visualization_interface import Plotter
2727from ansys .tools .visualization_interface .backends .plotly .plotly_interface import PlotlyBackend
28- from ansys .tools .visualization_interface .types import MeshObjectPlot
28+ from ansys .tools .visualization_interface .types . mesh_object_plot import MeshObjectPlot
2929
3030
3131def test_plot_3dmesh (tmp_path , image_compare ):
You can’t perform that action at this time.
0 commit comments