Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / Read3DS Class / Read3DS Constructor / Read3DS Constructor(String,Double)
The file name.
The angular value (in radians) used by normal averaging and sharp edges calculation of loaded mesh.

In This Topic
    Read3DS Constructor(String,Double)
    In This Topic
    File name and smoothing angle constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       ByVal smoothingAngle As Double _
    )
    public Read3DS( 
       string fileName,
       double smoothingAngle
    )

    Parameters

    fileName
    The file name.
    smoothingAngle
    The angular value (in radians) used by normal averaging and sharp edges calculation of loaded mesh.
    See Also