SurfaceMesh.curvatureViaMDSB()

Lives in: pygamer.surfacemesh

SurfaceMesh.curvatureViaMDSB(self: pygamer.surfacemesh.SurfaceMesh, arg0: int)Tuple[numpy.ndarray[numpy.float64], numpy.ndarray[numpy.float64], numpy.ndarray[numpy.float64], numpy.ndarray[numpy.float64]]

Compute the mean, Gaussian, and principal curvatures of the mesh.

Parameters

nIter (int) – Number of smoothing iterations to run

Returns

Tuple of arrays containing Mean, Gaussian, First Prinicipal, and Second Principal curvatures.

Return type

tuple(numpy.ndarray, numpy.ndarray, numpy.ndarray, numpy.ndarray)