Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / CreateCylinder Method / CreateCylinder(Double,Double,Int32) Method
Radius of cylinder
Height of cylinder
Number of subdivisions

In This Topic
    CreateCylinder(Double,Double,Int32) Method
    In This Topic
    Creates a Cylinder primitive.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateCylinder( _
       ByVal radius As Double, _
       ByVal height As Double, _
       ByVal slices As Integer _
    ) As Solid
    public static Solid CreateCylinder( 
       double radius,
       double height,
       int slices
    )

    Parameters

    radius
    Radius of cylinder
    height
    Height of cylinder
    slices
    Number of subdivisions

    Return Value

    The created solid.
    See Also