alpha_shape#

classmethod PolygonData.alpha_shape(points, alpha)#

Compute the outline of a 2D point cloud using alpha shapes.

Parameters:
pointslist[ansys.edb.core.typing.PointLikeT]

List of points.

alphafloat
Returns:
list[PolygonData]