Model.mesh_to_vertices_and_faces

Model.mesh_to_vertices_and_faces()

Convert the model mesh to a COMPAS mesh data structure.

Returns:
tuple[dict, list]

A tuple containing the vertices and faces of the mesh.