Click or drag to resize

EllipsoidSurfaceRegion.Add Method

Adds this region to otherRegion ignoring any holes in either region.

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 List<EllipsoidSurfaceRegion> Add(
	EllipsoidSurfaceRegion otherRegion
)

Parameters

otherRegion
Type: AGI.Foundation.Geometry.Shapes.EllipsoidSurfaceRegion
The region to add to this region.

Return Value

Type: List<EllipsoidSurfaceRegion>
Returns the combined region (union). Returns an empty list if the input is null. Returns this region if this region and otherRegion are disjoint.
See Also