DK11 for Python | tatukgis.pdk.TGIS_Layer.Unproject3D | Constructors | Methods | Properties | Events
Applies reverse projection (recovers from the projection) on the singlepoint in 3D.
# Python def Unproject3D( self, _ptg: TGIS_Point3D ) -> TGIS_Point3D:
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be unprojected |
Type | Description |
---|---|
TGIS_Point3D | unprojected 3D point |