User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layer.unproject3d_tgis_point3d

Table of Contents

TGIS_Layer.Unproject3D method

DK11 for Python | tatukgis.pdk.TGIS_Layer.Unproject3D | Constructors | Methods | Properties | Events

Applies reverse projection (recovers from the projection) on the singlepoint in 3D.

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

Syntax

# Python
def Unproject3D(
  self
  _ptg: tatukgis.pdk.TGIS_Point3D
) -> tatukgis.pdk.TGIS_Point3D: 

Parameters

Name Type Description
_ptg tatukgis.pdk.TGIS_Point3D point to be unprojected

Result

Type Description
tatukgis.pdk.TGIS_Point3D unprojected 3D point
2022/11/30 16:01

Page Tools