Overload_Rhino_Geometry_Curve_TryGetEllipse - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
TryGetEllipse(Ellipse) | Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance. |
![]() |
TryGetEllipse(Ellipse, Double) | Try to convert this curve into an Ellipse using a custom tolerance. |
![]() |
TryGetEllipse(Plane, Ellipse) | Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance. |
![]() |
TryGetEllipse(Plane, Ellipse, Double) | Try to convert this curve into an Ellipse using a custom tolerance. |