Skip to content

Overload_Rhino_Geometry_Curve_TryGetEllipse

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

Curve.TryGetEllipse Method

Overload List

 

Name Description
Public method TryGetEllipse(Ellipse) Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance.
Public method TryGetEllipse(Ellipse, Double) Try to convert this curve into an Ellipse using a custom tolerance.
Public method TryGetEllipse(Plane, Ellipse) Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance.
Public method TryGetEllipse(Plane, Ellipse, Double) Try to convert this curve into an Ellipse using a custom tolerance.
  Back to Top

See Also

Reference

Curve Class
Rhino.Geometry Namespace

Clone this wiki locally