User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_topology.concavehull_tgis_shape_double

Table of Contents

TGIS_Topology.ConcaveHull(TGIS_Shape, float) method

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def ConcaveHull(
  self,
  _shape: TGIS_Shape,
  _alpha: float
) -> TGIS_ShapePolygon: 

Parameters

Name Type Description
_shape TGIS_Shape source shape
_alpha float maximum edge length

Result

Type Description
TGIS_ShapePolygon concave hull as a polygon
2023/08/09 01:59

Page Tools