User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.getpointex_integer_integer_double_double

Table of Contents

TGIS_Shape.GetPointEx method

DK11 for Python | tatukgis.pdk.TGIS_Shape.GetPointEx | Constructors | Methods | Properties

Retrieve a point coordinates from a shape segment.

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

Syntax

# Python
def GetPointEx(
  self,
  _part: int,
  _pos: int,
  _x: VarParameter,
  _y: VarParameter
) -> None: 

Parameters

Name Type Description
_part int part number
_pos int point number
_x float x coordinate
_y float y coordinate
2023/08/09 01:59

Page Tools