DK11 for Python | tatukgis.pdk.TGIS_Shape.Intersect | Constructors | Methods | Properties
Test intersect relationship for self and given shape
# Python def Intersect( self, _shape: TGIS_Shape ) -> bool:
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | given shape |
Type | Description |
---|---|
bool | True if relation is true. |
See Equality for example.