DK11 for Python | tatukgis.pdk.TGIS_Shape.Contains | Constructors | Methods | Properties
Tests contains relationship for given shape
# Python def Contains( 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.