DK11 for Delphi | GisLayerVector.TGIS_Shape.GetCrossings3D | Constructors | Fields | Methods | Properties
Get all crossing points between the current shape and another given shape.
// Delphi public function GetCrossings3D( const _shape : TGIS_Shape ) : TGIS_Point3DList;
// C++ Builder public: TGIS_Point3DList* GetCrossings3D( TGIS_Shape* const _shape );
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape to test with |
Type | Description |
---|---|
TGIS_Point3DList | List of crossing points or nil. |