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

In This Topic
    ReadSTL Constructor(Stream,Boolean,natureType)
    In This Topic
    Constructor with stream, light weight and mesh nature specifications.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream, _
       ByVal lightWeight As Boolean, _
       ByVal meshNature As Mesh.natureType _
    )
    public ReadSTL( 
       Stream stream,
       bool lightWeight,
       Mesh.natureType meshNature
    )

    Parameters

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