Click or drag to resize

EllipsoidSurfaceRegionIntersect Method

Intersects this region with otherRegion.

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

Parameters

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

Return Value

Type: ListEllipsoidSurfaceRegion
Returns the combined intersection. Returns an empty list if there are no intersections or the input is .
See Also