M_Rhino_Geometry_Curve_TryGetEllipse - mcneel/rhinocommon-api-docs GitHub Wiki
Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool TryGetEllipse(
out Ellipse ellipse
)
VB
Public Function TryGetEllipse (
<OutAttribute> ByRef ellipse As Ellipse
) As Boolean
- ellipse
- Type: Rhino.Geometry.Ellipse
On success, the Ellipse will be filled in.
Type: Boolean
true if the curve could be converted into an Ellipse.
Supported in: 6.0.16224.21491, 5D58w