🎯
focusing
Pinned Loading
-
-
-
vtk2obj.py
vtk2obj.py 1import sys
23if(len(sys.argv)!=3):
4print('Usage: ', sys.argv[0], 'input.vtk output.obj')
5sys.exit()
-
change vtk to obj
change vtk to obj 1from __future__ import print_function
2import sys
34if(len(sys.argv)!=3):
5print('Usage: ', sys.argv[0], 'input.vtk output.obj')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.