Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadSTL Class / ReadSTL Constructor / ReadSTL Constructor(Stream,natureType)
The file stream
The mesh nature type of the resulting meshes

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

    Parameters

    stream
    The file stream
    meshNature
    The mesh nature type of the resulting meshes
    Remarks
    The closing of the stream is delegated to you.
    See Also