wavefront

How to set group name when exporting pyvista mesh to wavefront obj

How to set group name when exporting pyvista mesh to wavefront obj Question: I am generating some cylinder meshes from some csv data and adding them to a PyVista plotter, using this I then export them to an ‘.obj’ file using the export_obj method. The problem is I want to associate a group name with …

Total answers: 1

Python 3.3 – Create 3D-mesh as Wavefront obj-file from regular spaced vertices

Python 3.3 – Create 3D-mesh as Wavefront obj-file from regular spaced vertices Question: I am writing a simple command line program in Python 3.3 which reads a text file of xyz-coordinates and outputs a the equivalent triangle faces in between. The export format are Wavefront obj-files (https://en.wikipedia.org/wiki/Wavefront_.obj_file). The algorthm is solely intended to work with …

Total answers: 2