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