Click or drag to resize
IGeGeometryIntersection Method
Returns intersection of this geometry and specified geometry. If no intersections were found, resulting geometry is an empty set.

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

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: IGeGeometry
Remarks