EllipsoidSurfaceRegionSubtract Method |
Subtracts otherRegion from this region.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public List<EllipsoidSurfaceRegion> Subtract(
EllipsoidSurfaceRegion otherRegion
)
Public Function Subtract (
otherRegion As EllipsoidSurfaceRegion
) As List(Of EllipsoidSurfaceRegion)
public:
List<EllipsoidSurfaceRegion^>^ Subtract(
EllipsoidSurfaceRegion^ otherRegion
)
member Subtract :
otherRegion : EllipsoidSurfaceRegion -> List<EllipsoidSurfaceRegion>
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