Surface.CreateEllipsoid Method

Creates a NURBS ellipsoid centered in the origin.
Public Shared Function CreateEllipsoid( _ 
ByVal semiaxisX As Double, _ 
ByVal semiaxisY As Double, _ 
ByVal semiaxisZ As Double
) As Surface
This language is not supported or no code example is available.
public static Surface CreateEllipsoid( 
double semiaxisX
double semiaxisY
double semiaxisZ 
)
This language is not supported or no code example is available.

Parameters

semiaxisX
double

Length of the semiaxis along the X axis

semiaxisY
double

Length of the semiaxis along the Y axis

semiaxisZ
double

Length of the semiaxis along the Z axis

Return Value

Surface

The NURBS ellipsoidal surface.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition