User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_topology.forceshapefixing

Table of Contents

TGIS_Topology.ForceShapeFixing property

DK for Python | tatukgis_pdk.TGIS_Topology.ForceShapeFixing | Constructors | Methods | Properties | Events | Events

If True then topological operations will force shape fixing. True will slow down any polygonal operations due to the fact that shape fixing will ensure proper winding and overlapping issues. Global default (which is False) can be set using GisTopologyForceShapeFixing().

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

Syntax

# Python
@property
def ForceShapeFixing(
  self
) -> bool: 
 
@ForceShapeFixing.setter
def ForceShapeFixing(
  self,
  _value: bool
) -> None: 

Value

Type
bool
2025/01/31 01:23

Page Tools