Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / ConvertToSolid3D Method
The rebuild tolerance to set to the object. Zero for default value.

In This Topic
    ConvertToSolid3D Method
    In This Topic
    Converts this Surface to a Solid3D object.
    Syntax
    'Declaration
     
    Public Function ConvertToSolid3D( _
       Optional ByVal rebuildTolerance As Double _
    ) As Solid3D
    public Solid3D ConvertToSolid3D( 
       double rebuildTolerance
    )

    Parameters

    rebuildTolerance
    The rebuild tolerance to set to the object. Zero for default value.

    Return Value

    The resulting Solid3D object.
    See Also