Click or drag to resize

EllipsoidSurfaceRegionAdd 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: 24.1.418.0 (24.1.418.0)
Syntax
public List<EllipsoidSurfaceRegion> Add(
	EllipsoidSurfaceRegion otherRegion
)

Parameters

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

Return Value

Type: ListEllipsoidSurfaceRegion
Returns the combined region (union). Returns an empty list if the input is . Returns this region if this region and otherRegion are disjoint.
See Also