Click or drag to resize

CurveIsEllipse Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsEllipse()

Return Value

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