Gets or sets the top ellipse.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Ellipse TopEllipse { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TopEllipse As Ellipse |
Visual C++ |
---|
public: property Ellipse^ TopEllipse { Ellipse^ get (); void set (Ellipse^ value); } |
Field Value
The top ellipse of the elliptical cone.Remarks
The orientation of the ellipses may be arbitrary and does not influence
the properties of the elliptical cone.