User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_viewer3d.markshape_tgis_layerabstract_integer_integer_tgis_color_boolean

Table of Contents

IGIS_Viewer3D.MarkShape method

Mark shape with color

Syntax

# Python
def MarkShape(
  self,
  _layer: TGIS_LayerAbstract,
  _shpid: int,
  _part: int,
  _color: TGIS_Color,
  _update: bool
) -> None: 

Parameters

Name Type Description
_layer TGIS_LayerAbstract layer contained shape
_shpid int shape to be marked
_part int shape part to be marked, -1 if entire shape
_color TGIS_Color color used to mark shape
_update bool if True redraw scene after mark, do not redraw if False
2026/05/25 21:51

Page Tools