Skip to main content
Version: 2026R2

get_support_point_values

ScalarFieldData.get_support_point_values()

Get the scalar values defined at the supporting points.

  • Returns: Resulting n-dimensional array with the scalar values as defined at the supporting points.

Values are returned independent of update status of plot.

Examples: Get scalar values for supporting points defining look-up table plot:


>>> coords = my_plot._get_support_point_values()