User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.getpoint3dex_integer_integer_double_double_double_double

Table of Contents

TGIS_Shape.GetPoint3DEx method

DK11 for Java | tatukgis.jdk.TGIS_Shape.GetPoint3DEx | Constructors | Fields | Methods | Properties

Retrieve a point coordinates from a shape segment.

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

Syntax

// Java
public void GetPoint3DEx(
  int _part,
  int _pos,
  /* ref */ @ValueTypeParameter VarParameter<double> _x,
  /* ref */ @ValueTypeParameter VarParameter<double> _y,
  /* ref */ @ValueTypeParameter VarParameter<double> _z,
  /* ref */ @ValueTypeParameter VarParameter<double> _m
);
// Oxygene
public
  procedure GetPoint3DEx(
    _part : Integer;
    _pos : Integer;
    var _x : Double;
    var _y : Double;
    var _z : Double;
    var _m : Double
  ); virtual;

Parameters

Name Type Description
_part int
Integer
part number
_pos int
Integer
point number
_x double
Double
x coordinate
_y double
Double
y coordinate
_z double
Double
z coordinate
_m double
Double
m coordinate
2022/11/16 01:51

Page Tools