DK11 for Python | tatukgis.pdk.TGIS_Topology.ConcaveHull | Overloads | Constructors | Methods | Properties | Events
Creates a concave hull based on the provided shape and edge length.
# Python def ConcaveHull( self, _shape: TGIS_Shape, _alpha: float ) -> TGIS_ShapePolygon:
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | source shape |
_alpha | float | maximum edge length |
Type | Description |
---|---|
TGIS_ShapePolygon | concave hull as a polygon |