mymesh.delaunay.BowyerWatson3d#
- mymesh.delaunay.BowyerWatson3d(NodeCoords)[source]#
Bowyer-Watson algorithm for 3D Delaunay tetrahedralization [Bow81], [Wat81], [MPR19]
- Parameters:
NodeCoords (array_like) – nx3 set of points to be tetrahedralized
- Returns:
NodeConn – mx4 array of node connectivities for the Delaunay tetrahedralization
- Return type:
np.ndarray