User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_shape.getfirstpoint3d_void

Table of Contents

TGIS_Shape.GetFirstPoint3D method

Returns the first 3D vertex of the shape.

Syntax

# Python
def GetFirstPoint3D(
  self
) -> TGIS_Point3D: 

Result

Type Description
TGIS_Point3D First point including Z in the layer coordinate space.

Remarks

PURPOSE: Provides convenient access to the starting vertex of elevation-aware geometry.

BEHAVIOR: Returns the first point from the first part, including Z information when available.

2026/07/10 23:59

Page Tools