CellNetwork.faces_to_mesh
- CellNetwork.faces_to_mesh(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
compas
compas_blender
compas_ghpython
compas_rhino
Construct a mesh from a list of faces.
A list of face identifiers.
compas.datastructures.Mesh
A mesh.