Click or drag to resize

EllipsoidSurfaceRegion.Reduce Method

Takes a set of input surface regions and reduces them down to the minimum set of regions covering the same surface locations.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static List<EllipsoidSurfaceRegion> Reduce(
	IList<EllipsoidSurfaceRegion> regionsToReduce
)

Parameters

regionsToReduce
Type: System.Collections.Generic.IList<EllipsoidSurfaceRegion>
The list of regions to operate on.

Return Value

Type: List<EllipsoidSurfaceRegion>
The list of reduced regions.
See Also