Click or drag to resize

EllipsoidSurfaceRegionReduce 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: 24.1.418.0 (24.1.418.0)
Syntax
public static List<EllipsoidSurfaceRegion> Reduce(
	IList<EllipsoidSurfaceRegion> regionsToReduce
)

Parameters

regionsToReduce
Type: System.Collections.GenericIListEllipsoidSurfaceRegion
The list of regions to operate on.

Return Value

Type: ListEllipsoidSurfaceRegion
The list of reduced regions.
See Also