CellNetwork.mesh_from_faces
- CellNetwork.mesh_from_faces(faces, data=False)[source]
Construct a mesh from a list of faces.
- Parameters:
- faceslist
A list of face identifiers.
- Returns:
compas.datastructures.Mesh
A mesh.
Site Navigation
Construct a mesh from a list of faces.
A list of face identifiers.
compas.datastructures.Mesh
A mesh.