use_continuous_perelem#
- prefs.use_continuous_perelem(p0: str) int #
If on, display element variables as per node for the purpose of creating contour (filled or line) images.
When on, the per element variable is averaged to the nodes using node count weighted algorithm.- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
# # set the preference to show the per element colored as a per node variable ensight.prefs.use_continuous_perelem("ON")
- Returns:
zero on success, non-zero on error