Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteOBJ Class / WriteOBJ Constructor / WriteOBJ Constructor(WriteParamsWithMaterials,String)
The WriteParamsWithMaterials
The file name (it must include the extension)

In This Topic
    WriteOBJ Constructor(WriteParamsWithMaterials,String)
    In This Topic
    Standard constructor with document and filename.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParamsWithMaterials, _
       ByVal fileName As String _
    )
    public WriteOBJ( 
       WriteParamsWithMaterials writeParams,
       string fileName
    )

    Parameters

    writeParams
    The WriteParamsWithMaterials
    fileName
    The file name (it must include the extension)
    Remarks
    If the file already exists, it will be overwritten.
    See Also