python - Generate stl mesh from csv -


i have csv file encodes elevation data of 9000x5000 resolution photo of dam, , want generate stl file can print on 3d printer. csv has 3 parameters: x, y, , z, x & y denote pixel location on photo , z elevation of topography @ pixel (x,y). want 3d stl file of photo in question nooks, crannies, , hills denoted elevation data. attempted using python library numpy-stl, i'm realizing don't know enough stl files accomplish print job. information on how can make file, or on how stl files encode information remarkably helpful.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -