Click or drag to resize
GeGeometryComplexTCrosses Method
Returns True if two geometries are crossing each other, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool Crosses(
	IGeGeometry other
)

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: Boolean

Implements

IGeQueryableCrosses(IGeGeometry)
Remarks
Returns True if the DE-9IM intersection matrix for the two geometries is T*T****** (for a point and a curve, a point and a surface, or a curve and a surface) or 0******** (for two curves).
See Also