DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetCrossings3D | Methods | Properties
Get all crossing points between the current shape and another given shape.
// 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;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to test with |
Type | Description |
---|---|
ITGIS_Point3DList | List of crossing points or nil. |