M_Rhino_Geometry_Curve_IsEllipse_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.IsEllipse Method (Double)

Test a curve to see if it can be represented by an ellipse within a given tolerance.

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

Syntax

C#

public bool IsEllipse(
	double tolerance
)

VB

Public Function IsEllipse ( 
	tolerance As Double
) As Boolean

Parameters

 

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

Return Value

Type: Boolean
true if the Curve can be represented by an ellipse within tolerance.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
IsEllipse Overload
Rhino.Geometry Namespace

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