Ellipse Constructor (Plane, Double, Double)

Ellipse Constructor (Plane, Double, Double)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Ellipse(
	Plane plane,
	double radius1,
	double radius2
)
Public Sub New ( 
	plane As Plane,
	radius1 As Double,
	radius2 As Double
)

Parameters

plane
Type: Rhino.GeometryPlane
Base plane of ellipse.
radius1
Type: SystemDouble
Ellipse radius along base plane X direction.
radius2
Type: SystemDouble
Ellipse radius along base plane Y direction.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also