Get key information about a list of observer/mesh objects. This includes the respective number of vertices and triangles of the meshes as well as their volume and centroid.
get_mesh_info(x)
data.frame
with these variables
Name of the observer.
Name of the mesh.
Number of vertices.
Number of faces.
Mesh volume.
Centroid x-coordinate.
Centroid y-coordinate.
Centroid z-coordinate.
list
of observer/mesh objects with a structure as generated by read_mesh
.
Use get_mesh_info_one
for getting the information about a single mesh object. Use get_mesh_info_obs
for getting the information about a list of meshes.
read_mesh
,
get_mesh_info_one
,
get_mesh_info_obs
heartL <- mesh3dL_to_cgalMeshL(data_heart_obsL)
get_mesh_info(heartL)
Run the code above in your browser using DataLab