DK11 for Python | tatukgis.pdk.TGIS_Shape.IsInsideCircle | Constructors | Methods | Properties
Test if the shape is inside a given circle.
# Python def IsInsideCircle( self, _center: TGIS_Point, _range: float, _itype: TGIS_InsideType ) -> bool:
Name | Type | Description |
---|---|---|
_center | TGIS_Point | center of circle |
_range | float | circle range |
_itype | TGIS_InsideType | kind of test |
Type | Description |
---|---|
bool | True if relation is true. |