DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetCrossings3D | Constructors | Fields | Methods | Properties
Get all crossing points between the current shape and another given shape.
// C# public TGIS_Point3DList GetCrossings3D( TGIS_Shape _shape );
' VisualBasic Public Function GetCrossings3D( ByVal _shape As TGIS_Shape ) As TGIS_Point3DList
// Oxygene public function GetCrossings3D( _shape : TGIS_Shape ) : TGIS_Point3DList;
Name | Type | Description |
---|---|---|
_shape | TGIS_Shape | shape to test with |
Type | Description |
---|---|
TGIS_Point3DList | List of crossing points or nil. |