CellNetwork.cell_vertex_normal
- CellNetwork.cell_vertex_normal(cell, vertex)[source]
Return the normal vector at the vertex of a boundary cell as the weighted average of the normals of the neighboring faces.
- Parameters:
- cellint
The identifier of the vertex of the cell.
- vertexint
The identifier of the vertex of the cell.
- Returns:
compas.geometry.Vector
The components of the normal vector.