Sulaimaan
Sulaimaan

Reputation: 11

Can I extract a submesh from a surface mesh knowing the enclosing perimeter points/boundary of the cell?

I am working on a surface mesh, and would like to cells on the heart surface split the surface into cells, defined by boundary points that break up the heart as shown (which I know). I would like to extract the individual cells, to simply calculate the area of each cell, however I have struggled over how to do this. The surface mesh is closed and shown below with the cell boundaries which I know in terms of the surface mesh points ( I know the surface mesh indices corresponding to the boundary points). The context is I am looking at heart development and trying to model cell growth and behaviour moving on the heart surface.

I am also completely open to trimesh or Open3d solutions etc

I have tried to use boolean_difference and select_enclosed_points functions for this but to no avail, another potential idea is to delete the boundary points to create two meshes, and then select the smaller mesh which would be the cell in question, however I am wondering if there is a standard way to simply extract the enclosed area of a cell on the mesh

Upvotes: 1

Views: 517

Answers (0)

Related Questions