Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteSTL Class / WriteSTL Constructor / WriteSTL Constructor(WriteParams,String,Double,Boolean)
The WriteParams
The file name (with *.stl extension)
The maximum deviation
ASCII file format. This file format supports multiple parts.

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

    Parameters

    writeParams
    The WriteParams
    fileName
    The file name (with *.stl extension)
    deviation
    The maximum deviation
    ascii
    ASCII file format. This file format supports multiple parts.
    Remarks
    If the file already exists, it will be overwritten.
    See Also