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 1233d9f commit d0cde8dCopy full SHA for d0cde8d
src/ansys/dpf/core/plotter.py
@@ -286,7 +286,7 @@ def add_field(
286
]:
287
change_shell_layer_op = core.operators.utility.change_shell_layers(
288
fields_container=field,
289
- e_shell_layer=shell_layer, # top layer taken
+ e_shell_layer=shell_layer,
290
)
291
field = change_shell_layer_op.get_output(0, core.types.field)
292
0 commit comments