DK11 for Python | tatukgis.pdk.TGIS_Layer.Project3D | Constructors | Methods | Properties | Events
Applies a projection on the single point in 3D.
# Python def Project3D( self, _ptg: TGIS_Point3D ) -> TGIS_Point3D:
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | point to be projected |
Type | Description |
---|---|
TGIS_Point3D | 3D point with applied projection |