Constructs an elliptical cone.

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

Syntax

C#
public EllipticalCone(
	Ellipse bottomEllipse,
	Edge path
)
Visual Basic (Declaration)
Public Sub New ( _
	bottomEllipse As Ellipse, _
	path As Edge _
)
Visual C++
public:
EllipticalCone(
	Ellipse^ bottomEllipse, 
	Edge^ path
)

Parameters

bottomEllipse
Type: ceometric.VectorGeometry..::.Ellipse
The bottom ellipse of the elliptical cone.
path
Type: ceometric.VectorGeometry..::.Edge
The extrusion path of bottomEllipse

See Also