Click or drag to resize

EllipsoidSurfaceRegionSubtract Method

Subtracts otherRegion from this 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> Subtract(
	EllipsoidSurfaceRegion otherRegion
)

Parameters

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

Return Value

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