DK11 for Python | tatukgis.pdk.TGIS_Shape.CopyGeometry | Constructors | Methods | Properties
Copy geometry.
# Python def CopyGeometry( self, _shape: TGIS_Shape ) -> None:
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape with geometry to copy |
Use this method to copy geometry from other object. Can be used to safely change Polygon to Arc geometry etc.