DK11 for Python | tatukgis.pdk.TGIS_Shape.PartLength | Constructors | Methods | Properties
Calculate the length of a shape part.
# Python def PartLength( self, _part: int ) -> float:
Name | Type | Description |
---|---|---|
_part | int | number of the part closest to a given point |
Type | Description |
---|---|
float | Part length in map units. |