Curve.TryGetEllipse Method (Plane, Ellipse)

CurveTryGetEllipse Method (Plane, Ellipse)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetEllipse(
	Plane plane,
	out Ellipse ellipse
)
Public Function TryGetEllipse ( 
	plane As Plane,
	<OutAttribute> ByRef ellipse As Ellipse
) As Boolean

Parameters

plane
Type: Rhino.GeometryPlane
Plane in which the comparison is performed.
ellipse
Type: Rhino.GeometryEllipse
On success, the Ellipse will be filled in.

Return Value

Type: Boolean
true if the curve could be converted into an Ellipse within the given plane.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also