Click or drag to resize

EllipsoidSurfaceRegion.Subtract Method

Subtracts otherRegion from this region.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public List<EllipsoidSurfaceRegion> Subtract(
	EllipsoidSurfaceRegion otherRegion
)

Parameters

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

Return Value

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