RhinoCommon API
SurfaceIsSphere Method (Double) |
Determines if the surface is a portion of a sphere within a given tolerance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public bool IsSphere( double tolerance )
Public Function IsSphere ( tolerance As Double ) As Boolean
Parameters
- tolerance
- Type: SystemDouble
tolerance to use when checking.
Return Value
Type: Booleantrue if the surface is a portion of a sphere.
