M_Rhino_Geometry_Curve_TryGetEllipse - mcneel/rhinocommon-api-docs GitHub Wiki

Curve.TryGetEllipse Method (Ellipse)

Try to convert this curve into an Ellipse within RhinoMath.ZeroTolerance.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool TryGetEllipse(
	out Ellipse ellipse
)

VB

Public Function TryGetEllipse ( 
	<OutAttribute> ByRef ellipse As Ellipse
) As Boolean

Parameters

 

ellipse
Type: Rhino.Geometry.Ellipse
On success, the Ellipse will be filled in.

Return Value

Type: Boolean
true if the curve could be converted into an Ellipse.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Curve Class
TryGetEllipse Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️