英文: Computing curvatures with CGAL 问题 我试图理解如何使用CGAL计算SurfaceMesh(以及高斯曲率)的主曲率。 首先,我没有看到是否有一个函数可以计算网格中...
你可以使用Python的Trimesh库来获取边界顶点的索引。
英文: How do I use Python Trimesh to get boundary vertex indices? 问题 你可以使用 Trimesh Python 库来获取构成网格边界的顶...
3D Frontal bone thickness colour map.
英文: 3D Frontal bone thickness colour map 问题 You can calculate the thickness of a 3D frontal bone mod...
Python代码检查给定网格内是否包含一个点。
英文: Python code to check whether a point is inside a given mesh 问题 I am using the trimesh library, t...
如何提取CGAL中的有序边界循环?
英文: How to extract ordered boundary cycle in CGAL? 问题 I'm new to CGAL, I'm trying to find out how to...
在Unity中动态处理大量的对象/网格
英文: Dynamically work with a very large number of objects/meshes in unity 问题 I want to render a large...
移除具有布料组件的网格中的三角形
英文: Removing Triangles of mesh having Cloth component 问题 I have implemented the remove triangle for ...
计算网格的顶点距离
英文: Calculate vertex distances of a mesh 问题 我正在使用Numpy数组来表示一个三角网格。 我有两个矩阵:coordinates 是一个 3 x n 矩阵,c...
Octave Error: surface: rows (Z) must be the same as length (Y) and columns (Z) must be the same as length (X)
英文: Octave Error: surface: rows (Z) must be the same as length (Y) and columns (Z) must be the same ...
为.vtu文件添加属性的格式
英文: Format for Adding an attribute to .vtu file 问题 我尝试向vtu文件添加一个属性,该属性是一个网格度量,对于网格中的每个三角形都是一个单一值,vtu...