A 3d elliptical cone.

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

Syntax

C#
public class EllipticalCone
Visual Basic (Declaration)
Public Class EllipticalCone
Visual C++
public ref class EllipticalCone

Remarks

An elliptical cone is defined by an arbitrary bottom and an arbitrary top ellipse. This class provides methods to triangulate the surface of the cone, with or without bottom and top covers.

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.EllipticalCone

See Also