User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_topology.makebuffer_tgis_shape_double

TGIS_Topology.MakeBuffer(TGIS_Shape, float) method

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def MakeBuffer(
  self,
  _shp: TGIS_Shape,
  _dist: float
) -> TGIS_Shape: 

Parameters

Name Type Description
_shp TGIS_Shape shape to which a buffer must be constructed
_dist float distance

Result

Type Description
TGIS_Shape returns new shape with buffer around given shape within given distance

Remarks

See TGIS_LayerVector.RevertAll for example.

References

2023/08/09 01:59

Page Tools