Click or drag to resize
IGeGeometrySymmetricDifference Method
Returns symmetric difference of this geometry and specified geometry. If no symmetric differences 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 SymmetricDifference(
	IGeGeometry other
)

Parameters

other
Type: FDF.Common.GeometriesIGeGeometry

Return Value

Type: IGeGeometry
Remarks