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

In This Topic
    WriteSTL Constructor(WriteParams,Stream,Double,Boolean)
    In This Topic
    To stream with document and deviation constructor. The exported model will be regenerated with specified deviation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParams, _
       ByVal stream As Stream, _
       ByVal deviation As Double, _
       Optional ByVal ascii As Boolean _
    )
    public WriteSTL( 
       WriteParams writeParams,
       Stream stream,
       double deviation,
       bool ascii
    )

    Parameters

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