User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_editor.point

Table of Contents

IGIS_Editor.Point property

DK for Python | tatukgis_pdk.IGIS_Editor.Point | Methods | Properties

Access to individual points in a part.

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

Syntax

# Python
 
def Point(
  self,
  _pos: int
) -> TGIS_Point3D: 
 
 
def Point(
  self,
  _pos: int,
  _value: TGIS_Point3D
) -> None: 

Parameters

Name Type Description
_pos int index of individual point on a shape; points are counted from 0 to PointCount.

Value

2025/01/31 01:19

Page Tools