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 8b813aa commit f2fa1ccCopy full SHA for f2fa1cc
src/ansys/geometry/core/plotting/plotter.py
@@ -224,7 +224,7 @@ def add_body(
224
# Use the default PyGeometry add_mesh arguments
225
self.__set_add_mesh_defaults(plotting_options)
226
dataset = body.tessellate(merge=merge)
227
- if isinstance(dataset, pv.MuliBlock):
+ if isinstance(dataset, pv.MultiBlock):
228
self.scene.add_composite(dataset, **plotting_options)
229
else:
230
self.scene.add_mesh(dataset, **plotting_options)
0 commit comments