Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 505 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 505 Bytes

off_to_stl

Given an off format file that stores the 3D model, convert the off format file to a stl format file.

This project use Python.

Run offtostl.py python file can convert the test.off file of current folder to a stl file test.stl.

And run stl_show.py python file can show the 3D model of the test.stl of current folder in a window. This python file need VTK library of python, you can install it by pip.

pip install vtk