mymesh.delaunay.BowyerWatson3d#
- mymesh.delaunay.BowyerWatson3d(NodeCoords)[source]#
Bowyer-Watson algorithm for 3D Delaunay tetrahedralization https://arxiv.org/pdf/1805.08831v2
- Parameters:
NodeCoords (array_like) – nx3 set of points to be tetrahedralized
- Returns:
NodeConn – mx3 array of node connectivities for the Delaunay triangulation
- Return type:
np.ndarray