如何使用 python 裁剪 stl 文件

How to crop stl file using python

我需要使用 python programming 使用 co-ordinatesimage dimensions 裁剪 STL(Steriolithographic) 文件 有没有任何人可以建议的方法

好吧,vtk 确实提供了切割 stl 对象的解决方案。

查看 vtkCutter and vtkClipClosedSurface. Here is a Python example for cutting something with vtkCutter 的 class 参考文献。

无需您提供任何代码或细节,这就是您所能获得的最大帮助。