DK11 for Python | tatukgis.pdk.TGIS_Shape.GetIntersection | Overloads | Constructors | Methods | Properties
Cut the shape in a defined extent.
# Python def GetIntersection( self, _extent: TGIS_Extent, _draft: bool ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be cut with |
_draft | bool | if true, then operation will be perform much faster; resulting shape may be topologically improper; used mainly for internal drawing purposes |
Type | Description |
---|---|
TGIS_Shape | Normalized shape (a new copy). |