Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
请教一下各位大佬前辈,最近遇到了一个难题,就是有一个从.stl文件中导入的triSurfaceMesh对象(黑色三角形),我需要用他去切割cell单元(蓝色部分),只需要找到triSurfaceMesh和cell的edge的交点然后连线就可以(红色四边形),这样每一个被切割的cell都有一个被切割形成的面,我应该怎么得到这些面,非常感谢。