CurveTryGetEllipse Method

Overload List
  NameDescription
Public methodTryGetEllipse(Ellipse)
Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance.
Public methodTryGetEllipse(Ellipse, Double)
Try to convert this curve into an Ellipse using a custom tolerance.
Public methodTryGetEllipse(Plane, Ellipse)
Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance.
Public methodTryGetEllipse(Plane, Ellipse, Double)
Try to convert this curve into an Ellipse using a custom tolerance.
Top
See Also