python - Importing svg/Dxf files to trimesh -


i want convert dxf/svg files stl using trimesh. installed cyassimp indicated on github page, stil lget following error:

 file "c:\users\x\appdata\local\programs\python\python35\lib\site-packages\trimesh\io\load.py", line 119, in load_mesh     kwargs.update(mesh_loaders[file_type](file_obj, keyerror: 'svg' 

is there alternative library file conversation dxf/svg stl or ply?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -