Gets or sets the bottom ellipse.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Ellipse BottomEllipse { get; set; }
Visual Basic (Declaration)
Public Property BottomEllipse As Ellipse
Visual C++
public:
property Ellipse^ BottomEllipse {
	Ellipse^ get ();
	void set (Ellipse^ value);
}

Field Value

The bottom ellipse of the elliptical cone.

Remarks

The orientation of the ellipses may be arbitrary and does not influence the properties of the elliptical cone.

See Also