User Tools

Site Tools


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

Table of Contents

TGIS_Shape.GetCrossings3D method

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

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

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

Syntax

# Python
def GetCrossings3D(
  self,
  _shape: TGIS_Shape
) -> TGIS_Point3DList: 

Parameters

Name Type Description
_shape TGIS_Shape shape to test with

Result

Type Description
TGIS_Point3DList List of crossing points or nil.

Remarks

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

2024/07/26 21:44

Page Tools