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

In This Topic
    ReadSTL Constructor(Stream,Boolean)
    In This Topic
    Constructor with stream and lightWeight specifications.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream, _
       ByVal lightWeight As Boolean _
    )
    public ReadSTL( 
       Stream stream,
       bool lightWeight
    )

    Parameters

    stream
    The file stream
    lightWeight
    When true the mesh is loaded in light weight mode
    Remarks
    The closing of the stream is delegated to you.
    See Also