VolMesh.cell_to_mesh
- VolMesh.cell_to_mesh(cell)[source]
Construct a mesh object from from a cell of a volmesh.
- Parameters
cell (int) – Identifier of the cell.
- Returns
compas.datastructures.Mesh
– A mesh object.
Construct a mesh object from from a cell of a volmesh.
cell (int) – Identifier of the cell.
compas.datastructures.Mesh
– A mesh object.