Point data

Here is the list of operations related to point data.

Compute ranges point data values

For several tasks you may want to know the range of some variables.
This operator lets you compute this information. It computes the range of point data values for all time steps.
Compute ranges point data values operator

Variables

  • Add: add point data to do the computation.

Example of ranges computed for several variables:

Computed ranges

Extract point data

You can extract point data of a vertex of the mesh as a time series.
Extracted data will be stored in a custom property of the targeted object.
Extract point data operator

Extract

  • Vertex id: index of the vertex from which extract data (indices start at 0).

  • Point data: name of point data to extract.

  • Target: target object which will store extracted point data.

Time

  • Start: starting point of the sequence of data to export.

  • Point data: ending point of the sequence of data to export.

Example of extracted data visualized in the graph editor:

Extracted point data