Click or drag to resize

EllipsoidSurfaceRegion.Intersect Method

Intersects this region with otherRegion.

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

Parameters

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

Return Value

Type: List<EllipsoidSurfaceRegion>
Returns the combined intersection. Returns an empty list if there are no intersections or the input is null.
See Also