Click or drag to resize

EllipsoidSurfaceRegion.Complement Method

Complements this region, returning the complement and any holes as regions.

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> Complement()

Return Value

Type: List<EllipsoidSurfaceRegion>
The inverted region.
See Also