EllipsoidSurfaceRegionAdd Method |
Adds this region to otherRegion ignoring any holes in either 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> Add(
EllipsoidSurfaceRegion otherRegion
)
Public Function Add (
otherRegion As EllipsoidSurfaceRegion
) As List(Of EllipsoidSurfaceRegion)
public:
List<EllipsoidSurfaceRegion^>^ Add(
EllipsoidSurfaceRegion^ otherRegion
)
member Add :
otherRegion : EllipsoidSurfaceRegion -> List<EllipsoidSurfaceRegion>
Parameters
- otherRegion
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The region to add to this region.
Return Value
Type:
ListEllipsoidSurfaceRegion
Returns the combined region (union).
Returns an empty list if the input is
.
Returns this region if this region and
otherRegion are disjoint.
See Also