EllipsoidSurfaceTolerance Property  | 
 
            Gets the numerical tolerance used to determine if a point is located on the surface of the ellipsoid.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double SurfaceTolerance { get; }Public ReadOnly Property SurfaceTolerance As Double
	Get
public:
property double SurfaceTolerance {
	double get ();
}member SurfaceTolerance : float with get
Property Value
Type: 
Double
See Also