Constructs an elliptical cone.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public EllipticalCone( Ellipse bottomEllipse, double height ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ bottomEllipse As Ellipse, _ height As Double _ ) |
Visual C++ |
---|
public: EllipticalCone( Ellipse^ bottomEllipse, double height ) |
Parameters
- bottomEllipse
- Type: ceometric.VectorGeometry..::.Ellipse
The bottom ellipse of the elliptical cone.
- height
- Type: System..::.Double
The height of the elliptical cone in the direction of the normal vector of bottomEllipse