M_Rhino_Geometry_Surface_IsSphere_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.IsSphere Method (Double)

Determines if the surface is a portion of a sphere within a given tolerance.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool IsSphere(
	double tolerance
)

VB

Public Function IsSphere ( 
	tolerance As Double
) As Boolean

Parameters

 

tolerance
Type: System.Double
tolerance to use when checking.

Return Value

Type: Boolean
true if the surface is a portion of a sphere.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
IsSphere Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️