我正在尝试计算 pymesh 中的交叉点的体积。从 PyMesh 网站上的 MWE https://pymesh.readthedocs.io/en/latest/mesh_boolean.html给出intersection
,我想知道如何计算体积?
我尝试从https://pymesh.readthedocs.io/en/latest/basic.html?highlight=volume#mesh-data-structure访问属性列表,但是我唯一可用的属性是:
(Pdb) intersection.attribute_names
['source', 'source_face']
PyMesh 是否有能力计算这个交叉点的体积(或任何通用网格)?