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 43cf93d commit db86fafCopy full SHA for db86faf
src/ansys/dpf/core/plotter.py
@@ -1049,7 +1049,7 @@ def plot_contour(
1049
eshell_layers.topbottommid,
1050
]:
1051
if location == locations.elemental_nodal:
1052
- print("trying to plot ElementalNodal values for shells.")
+ raise TypeError("Trying to plot ElementalNodal values for shells.")
1053
changeOp.inputs.fields_container.connect(fields_container)
1054
sl = eshell_layers.top
1055
if shell_layers is not None:
0 commit comments