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 b774bc1 commit 766f79dCopy full SHA for 766f79d
src/ansys/dpf/core/plotter.py
@@ -286,9 +286,7 @@ def add_field(
286
]:
287
change_shell_layer_op = core.operators.utility.change_shell_layers()
288
change_shell_layer_op.inputs.fields_container.connect(field)
289
- change_shell_layer_op.inputs.e_shell_layer.connect(
290
- shell_layer.value
291
- ) # top layers taken
+ change_shell_layer_op.inputs.e_shell_layer.connect(shell_layer) # top layer taken
292
field = change_shell_layer_op.get_output(0, core.types.field)
293
294
component_count = field.component_count
0 commit comments