DK11 for Python | tatukgis.pdk.TGIS_Shape.Reset | Constructors | Methods | Properties
Reset shape.
# Python def Reset( self ) -> None:
Use this method to remove all points from a shape. If you want to set a new geometry, call Reset, AddPart, AddPoint...AddPoint.
See SetPosition method for a similar example.