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

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

    Parameters

    radius
    Sphere's radius
    tolerance
    the regeneration tolerance

    Return Value

    The resulting Solid3D object.
    See Also