Click or drag to resize

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)
Since: 5.0
Syntax
public bool IsCircle(
	double tolerance
)

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.
See Also