Lines

../../../_images/trajectory_lines_example.gif

A lines data object stores one or more lines to be added to the data collection. It can be created using the the Generate trajectory lines modifier, by sampling the current positions of the particles over time. Alternatively, users can create lines programatically using the DataCollection.lines.create() Python method.

The visual appearance of the lines in rendered images is controlled by the associated lines visual element.

See also

ovito.data.Lines (Python API)