Basic usage and examples
Modules - API
Indices
Split halfedge.
Subdivides an edge by inserting a new vertex. The resulting polygonal faces to the left and right of the edge are triangulated on request.
halfedge (Halfedge) – Halfedge to split.
point (array_like, optional) – Coordinates of the inserted vertex. By default the halfedges’ midpoint is used.
midpoint
triangulate (bool, optional) – Triangle fan like triangulation of neighboring faces.
The newly inserted vertex.
Vertex