DK11 for Python | tatukgis.pdk.TGIS_Shape.IsCommonPoint | Constructors | Methods | Properties
Test if the current shape has any common point with another given shape.
# Python def IsCommonPoint( self, _shape: TGIS_Shape ) -> bool:
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape to test with |
Type | Description |
---|---|
bool | True if relation is true. |
See IsInsideCircle for example.