DK11 for Python | tatukgis.pdk.TGIS_Shape.UpdatePoint3D | Constructors | Methods | Properties
Update point value in 3D.
# Python def UpdatePoint3D( self, _part: int, _pos: int, _ptg: TGIS_Point3D ) -> None:
Name | Type | Description |
---|---|---|
_part | int | part number |
_pos | int | point number |
_ptg | TGIS_Point3D | point to be set; in layer units |