Curve.IsCircle Method (Double)

CurveIsCircle Method (Double)

Test a curve to see if it can be represented by a circle within the given tolerance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsCircle(
	double tolerance
)
Public Function IsCircle ( 
	tolerance As Double
) As Boolean

Parameters

tolerance
Type: SystemDouble
Tolerance to use when checking.

Return Value

Type: Boolean
true if the curve can be represented by a circle to within tolerance.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also