User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_viewer3d.showvectoredges

Table of Contents

IGIS_Viewer3D.ShowVectorEdges property

Turn VectorEdges drawing on/off. Default is on when Lights are off (what means that VectorEdges are drawn). When Lights are on default setting for VectorEdges is off.

Syntax

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

Value

Type
bool
2026/05/25 21:51

Page Tools