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