ElementInterpolationType

cee.ug.ElementInterpolationType

Element interpolation type to use if the result is not PER_ELEMENT.

Index

Enumeration Members

Enumeration Members

cee.ug.ElementInterpolationType.AVERAGE
AVERAGE: 0

Use the average value of all nodes.

cee.ug.ElementInterpolationType.MAX
MAX: 2

Use the maximum value of all nodes.

cee.ug.ElementInterpolationType.MIN
MIN: 1

Use the minimum value of all nodes.