Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / CreateEllipsoid Method
Length of the semiaxis along the X axis
Length of the semiaxis along the Y axis
Length of the semiaxis along the Z axis

In This Topic
    CreateEllipsoid Method
    In This Topic
    Creates a NURBS ellipsoid centered in the origin.
    Syntax
    'Declaration
     
    Public Shared Function CreateEllipsoid( _
       ByVal semiaxisX As Double, _
       ByVal semiaxisY As Double, _
       ByVal semiaxisZ As Double _
    ) As Surface
    public static Surface CreateEllipsoid( 
       double semiaxisX,
       double semiaxisY,
       double semiaxisZ
    )

    Parameters

    semiaxisX
    Length of the semiaxis along the X axis
    semiaxisY
    Length of the semiaxis along the Y axis
    semiaxisZ
    Length of the semiaxis along the Z axis

    Return Value

    The NURBS ellipsoidal surface.
    See Also