Skip to content

M_Rhino_Geometry_Curve_IsCircle

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Curve.IsCircle Method

Test a curve to see if it can be represented by a circle within RhinoMath.ZeroTolerance.

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

Syntax

C#

public bool IsCircle()

VB

Public Function IsCircle As Boolean

Return Value

Type: Boolean
true if the Curve can be represented by a circle within tolerance.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
IsCircle Overload
Rhino.Geometry Namespace

Clone this wiki locally