User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getcrossings3d_itgis_shape

Table of Contents

ITGIS_Shape.GetCrossings3D method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetCrossings3D | Methods | Properties

Get all crossing points between the current shape and another given shape.

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

Syntax

// C#
public ITGIS_Point3DList GetCrossings3D(
  ITGIS_Shape _shape
);
' VisualBasic
Public Function GetCrossings3D(
  ByVal _shape As ITGIS_Shape
) As ITGIS_Point3DList
// Oxygene
public
  function GetCrossings3D(
    _shape : ITGIS_Shape
  ) : ITGIS_Point3DList;

Parameters

Name Type Description
_shape ITGIS_Shape shape to test with

Result

Type Description
ITGIS_Point3DList List of crossing points or nil.

Remarks

Remember to free this list.
See TGIS_ShapePolygon.GetIntersect for example.

2024/07/28 01:05

Page Tools