Dear Ovito users,
I want to output the voronoi surface area. The voronoi polyhedra calculates the surface area, but I don’t know how to out put them.
Thank you in advance.
Best wishes,
Xueqiong Fu
Dear Ovito users,
I want to output the voronoi surface area. The voronoi polyhedra calculates the surface area, but I don’t know how to out put them.
Thank you in advance.
Best wishes,
Xueqiong Fu
This feature used to be unavailable. Yesterday, we added a “disk” button to the three surface mesh tables (vertices, faces, and regions), which should make exporting them much easier.
If you’d like to try it out, you can download our latest development build from our website:
You can also access this feature from Python using the following syntax:
export_file(data.surfaces["surface"].regions, path, "txt/table")
or
export_file(data, path, "txt/table", key="surface/regions")