Skip to content
jdfr edited this page Mar 31, 2016 · 2 revisions

For and example on how to use meshdiff, install all required components (see README.md in the repository), copy 01.STLObject.stl and 02.topography.raw.txt from the wiki, and execute the following from the command line:

python app.py 02.topography.raw.txt 01.STLObject.stl output.stl -10 60

The original object:

The topography (image shown after removing points out of the range [-10, 60] in Z):

Resulting difference between the topography and the original object:

Clone this wiki locally