M_Rhino_Geometry_Curve_IsArc_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.IsArc Method (Double)

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

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

Syntax

C#

public bool IsArc(
	double tolerance
)

VB

Public Function IsArc ( 
	tolerance As Double
) As Boolean

Parameters

 

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

Return Value

Type: Boolean
true if the curve can be represented by an arc or a circle within tolerance.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
IsArc Overload
Rhino.Geometry Namespace

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