FormDiagram.vertex_faces¶
- 
FormDiagram.vertex_faces(key, ordered=False, include_none=False)¶ The faces connected to a vertex.
- Parameters
 key (int) – The identifier of the vertex.
ordered (bool, optional) – Return the faces in cycling order. Default is
False.include_none (bool, optional) – Include outside faces in the list. Default is
False.
- Returns
 list – The faces connected to a vertex.
Examples
>>>