Click or drag to resize

EllipsoidSurfaceRegionComplement 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: 24.1.418.0 (24.1.418.0)
Syntax
public List<EllipsoidSurfaceRegion> Complement()

Return Value

Type: ListEllipsoidSurfaceRegion
The inverted region.
See Also