DK11 for Python | tatukgis.pdk.TGIS_Topology.MakeBuffer | Overloads | Constructors | Methods | Properties | Events
Compute a buffer around a shape to a given distance. Uses 9 vertices to create a curve.
# Python def MakeBuffer( self, _shp: TGIS_Shape, _dist: float ) -> TGIS_Shape:
Name | Type | Description |
---|---|---|
_shp | TGIS_Shape | shape to which a buffer must be constructed |
_dist | float | distance |
Type | Description |
---|---|
TGIS_Shape | returns new shape with buffer around given shape within given distance |
See TGIS_LayerVector.RevertAll for example.