M_Rhino_Geometry_Ellipse__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Ellipse Constructor (Plane, Double, Double)

Initializes a new ellipse from base plane and both principal radii.

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

Syntax

C#

public Ellipse(
	Plane plane,
	double radius1,
	double radius2
)

VB

Public Sub New ( 
	plane As Plane,
	radius1 As Double,
	radius2 As Double
)

Parameters

 

plane
Type: Rhino.Geometry.Plane
Base plane of ellipse.
radius1
Type: System.Double
Ellipse radius along base plane X direction.
radius2
Type: System.Double
Ellipse radius along base plane Y direction.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Ellipse Structure
Ellipse Overload
Rhino.Geometry Namespace

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