ETSIhackers / geom_visualisation

Apache License 2.0
2 stars 1 forks source link

Description

This module reads a PETSIRD data file and generates a 3D mesh file.

How to use

The script is located in the python folder.

Additional dependency: trimesh. If generating .obj mesh files, scipy is required.

The format of the output 3D mesh file is auto-detected by the extension. The supported formats are those supported by the trimesh python package.

TODOs in the contribution

Enhance the viewer