Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 python 中使用 CSG 和 VTK 来执行减法。 我已经安装了VTK。
对于我正在考虑安装的 CSG:https ://pypi.python.org/pypi/pycsg 。
我将如何将它用于自定义 PolyDatas 以便从另一个对象中减去一个对象?我不介意它是否有点慢,或者我必须将数据导出到.STL文件中。
.STL
我已经知道vtkBooleanOperationPolyDataFilter,但它根本不足以满足我的需要,所以也许 CSG 会更好地做减法。
vtkBooleanOperationPolyDataFilter