I’m currently using the Python library of OVITO and have noticed that the OVITO GUI has a corresponding interface to inform OVITO whether the input dump file is two-dimensional or three-dimensional.
The problem is how to convey this information in the Python library. Since the dimensionality has an impact on many modifiers, I’m wondering how to construct a pipeline so that all subsequently appended modifiers perform calculations based on two-dimensional data.