DK11 for Python | tatukgis.pdk.TGIS_Shape.IsInsidePolygon | Constructors | Methods | Properties
Test if the shape is inside a given polygon.
# Python def IsInsidePolygon( self, _shape: TGIS_ShapePolygon, _itype: TGIS_InsideType ) -> bool:
Name | Type | Description |
---|---|---|
_shape | TGIS_ShapePolygon | polygon to test with |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool | True if relation is true. |