| EllipsoidSurfaceCurveComputeIntersection Method  | 
  
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic virtual EllipsoidSurfaceCurveIntersectionResults ComputeIntersection(
	EllipsoidSurfaceCurve other
)
Public Overridable Function ComputeIntersection ( 
	other As EllipsoidSurfaceCurve
) As EllipsoidSurfaceCurveIntersectionResults
public:
virtual EllipsoidSurfaceCurveIntersectionResults^ ComputeIntersection(
	EllipsoidSurfaceCurve^ other
)
abstract ComputeIntersection : 
        other : EllipsoidSurfaceCurve -> EllipsoidSurfaceCurveIntersectionResults 
override ComputeIntersection : 
        other : EllipsoidSurfaceCurve -> EllipsoidSurfaceCurveIntersectionResults Parameters
- other
- Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
 The other curve with which to compute intersection.
Return Value
Type: 
EllipsoidSurfaceCurveIntersectionResultsThe point representing the intersection of the two curves.
 Exceptions
Exceptions Remarks
RemarksIntersection algorithm convergence tolerance is 1 nm.
 See Also
See Also