DK for Python | tatukgis_pdk.IGIS_Editor.Point | Methods | Properties
Access to individual points in a part.
# Python def Point( self, _pos: int ) -> TGIS_Point3D: def Point( self, _pos: int, _value: TGIS_Point3D ) -> None:
Name | Type | Description |
---|---|---|
_pos | int | index of individual point on a shape; points are counted from 0 to PointCount. |
Type |
---|
TGIS_Point3D |