Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadSTL Class / ReadSTL Constructor / ReadSTL Constructor(String,Boolean)
The file name
When true the mesh is loaded in light weight mode.

In This Topic
    ReadSTL Constructor(String,Boolean)
    In This Topic
    File name and light weight settings constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       ByVal lightWeight As Boolean _
    )
    public ReadSTL( 
       string fileName,
       bool lightWeight
    )

    Parameters

    fileName
    The file name
    lightWeight
    When true the mesh is loaded in light weight mode.
    See Also