Skip to content

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

License

Notifications You must be signed in to change notification settings

lovevantt/off_to_stl

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages