摘要: import numpy as np from stl import mesh # pip install numpy-stl # Using an existing closed stl file: your_mesh = mesh.Mesh.from_file('some_file.stl') 阅读全文
posted @ 2021-03-11 00:44 bp9jISKIN 阅读(616) 评论(0) 推荐(0) 编辑