Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / CreateCone Method / CreateCone(Double,Double,Point3D,Point3D,Int32) Method
Cone bottom radius
Cone top radius
Number of subdivisions

In This Topic
    CreateCone(Double,Double,Point3D,Point3D,Int32) Method
    In This Topic
    Creates a Cone primitive.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateCone( _
       ByVal bottomRadius As Double, _
       ByVal topRadius As Double, _
       ByVal point1 As Point3D, _
       ByVal point2 As Point3D, _
       ByVal slices As Integer _
    ) As Solid
    public static Solid CreateCone( 
       double bottomRadius,
       double topRadius,
       Point3D point1,
       Point3D point2,
       int slices
    )

    Parameters

    bottomRadius
    Cone bottom radius
    topRadius
    Cone top radius
    point1
    point2
    slices
    Number of subdivisions

    Return Value

    The created solid.
    See Also