EllipsoidSurfaceRegionIntersect Method  | 
 
            Intersects this region with otherRegion.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<EllipsoidSurfaceRegion> Intersect(
	EllipsoidSurfaceRegion otherRegion
)
Public Function Intersect ( 
	otherRegion As EllipsoidSurfaceRegion
) As List(Of EllipsoidSurfaceRegion)
public:
List<EllipsoidSurfaceRegion^>^ Intersect(
	EllipsoidSurfaceRegion^ otherRegion
)
member Intersect : 
        otherRegion : EllipsoidSurfaceRegion -> List<EllipsoidSurfaceRegion> 
Parameters
- otherRegion
 - Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceRegion
The region to intersect with this region. 
Return Value
Type: 
ListEllipsoidSurfaceRegion
            Returns the combined intersection.
            Returns an empty list if there are no intersections or the input is 
.
            
See Also