Diagram.face_adjacency_vertices¶
- 
Diagram.face_adjacency_vertices(f1, f2)¶ Find all vertices over which two faces are adjacent.
- Parameters
 f1 (int) – The identifier of the first face.
f2 (int) – The identifier of the second face.
- Returns
 list – The vertices separating face 1 from face 2.
None – If the faces are not adjacent.