RhinoCommon API
CurveTryGetEllipse Method (Ellipse) |
Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool TryGetEllipse( out Ellipse ellipse )
Public Function TryGetEllipse ( <OutAttribute> ByRef ellipse As Ellipse ) As Boolean
Parameters
- ellipse
- Type: Rhino.GeometryEllipse
On success, the Ellipse will be filled in.
Return Value
Type: Booleantrue if the curve could be converted into an Ellipse.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14