M_Rhino_Geometry_Ellipse__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Ellipse Constructor (Point3d, Point3d, Point3d)

Initializes a new ellipse from a center point and the two semiaxes intersections.

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

Syntax

C#

public Ellipse(
	Point3d center,
	Point3d second,
	Point3d third
)

VB

Public Sub New ( 
	center As Point3d,
	second As Point3d,
	third As Point3d
)

Parameters

 

center
Type: Rhino.Geometry.Point3d
A center for the ellipse. The avarage of the foci.
second
Type: Rhino.Geometry.Point3d
The intersection of the ellipse X axis with the ellipse itself.
third
Type: Rhino.Geometry.Point3d
A point that determines the radius along the Y semiaxis. If the point is at right angle with the (center - second point) vector, it will be the intersection of the ellipse Y axis with the ellipse itself.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Ellipse Structure
Ellipse Overload
Rhino.Geometry Namespace

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