Click or drag to resize
GeGeometryComplexTOverlaps Method
Returns True if two geometries overlap each other, otherwise returns False.

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

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: Boolean

Implements

IGeQueryableOverlaps(IGeGeometry)
Remarks
Returns True if the DE-9IM intersection matrix for the two geometries is T*T***T** (for two points or two surfaces) or 1*T***T** (for two curves), otherwise returns False.
See Also