Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / CreateCone Method / CreateCone(Double,Double) Method
Cone's base radius
The cone's height

In This Topic
    CreateCone(Double,Double) Method
    In This Topic
    Creates a Cone primitive.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateCone( _
       ByVal baseRadius As Double, _
       ByVal height As Double _
    ) As Solid3D
    public static Solid3D CreateCone( 
       double baseRadius,
       double height
    )

    Parameters

    baseRadius
    Cone's base radius
    height
    The cone's height

    Return Value

    The resulting Solid3D object.
    See Also