Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / CreateCylinder Method
Cylinder's radius
Cylinder's height
the regeneration tolerance

In This Topic
    CreateCylinder Method (Solid3D)
    In This Topic
    Creates a Cylinder primitive.
    Syntax
    'Declaration
     
    Public Shared Function CreateCylinder( _
       ByVal radius As Double, _
       ByVal height As Double, _
       Optional ByVal tolerance As Double _
    ) As Solid3D
    public static Solid3D CreateCylinder( 
       double radius,
       double height,
       double tolerance
    )

    Parameters

    radius
    Cylinder's radius
    height
    Cylinder's height
    tolerance
    the regeneration tolerance

    Return Value

    The resulting Solid3D object.
    See Also