DK11 for Python | tatukgis.pdk.TGIS_Utils.GisIsSamePoint | Overloads | Methods | Properties
Are two points equal?
# Python @classmethod def GisIsSamePoint( cls, _ptg1: TGIS_Point, _ptg2: TGIS_Point, _tol: float ) -> bool:
Name | Type | Description |
---|---|---|
_ptg1 | TGIS_Point | point to compare |
_ptg2 | TGIS_Point | point to compare |
_tol | float | tolerance of comparison |
Type | Description |
---|---|
bool | True if are equal |