Click or drag to resize

Ellipse Constructor (Plane, Double, Double)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Ellipse(
	Plane plane,
	double radius1,
	double radius2
)

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.
See Also