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

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

    Parameters

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