Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / ConvertToSurfaces Method
Conversion tolerance, zero for default one.

In This Topic
    ConvertToSurfaces Method (Solid3D)
    In This Topic
    Converts this Solid3D to a list of individual surfaces.
    Syntax
    'Declaration
     
    Public Function ConvertToSurfaces( _
       Optional ByVal rebuildTol As Double _
    ) As Surface()
    public Surface[] ConvertToSurfaces( 
       double rebuildTol
    )

    Parameters

    rebuildTol
    Conversion tolerance, zero for default one.

    Return Value

    An array of surfaces
    See Also