Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteSTL Class / WriteSTL Constructor / WriteSTL Constructor(WriteParams,Stream,Boolean)
The WriteParams
The file stream
ASCII file format. This file format supports multiple parts.

In This Topic
    WriteSTL Constructor(WriteParams,Stream,Boolean)
    In This Topic
    Standard constructor with document and stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParams, _
       ByVal stream As Stream, _
       Optional ByVal ascii As Boolean _
    )
    public WriteSTL( 
       WriteParams writeParams,
       Stream stream,
       bool ascii
    )

    Parameters

    writeParams
    The WriteParams
    stream
    The file stream
    ascii
    ASCII file format. This file format supports multiple parts.
    Remarks
    The closing of the stream is delegated to you.
    See Also