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: 24.2.419.0 (24.2.419.0)
Syntax public double SurfaceTolerance { get; }
Public ReadOnly Property SurfaceTolerance As Double
Get
public:
property double SurfaceTolerance {
double get ();
}
member SurfaceTolerance : float with get
Property Value
Type:
DoubleSee Also