Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteOBJ Class / WriteOBJ Constructor / WriteOBJ Constructor(WriteParamsWithMaterials,String,Double)
The WriteParamsWithMaterials
The file name (with the *.obj extension)
The maximum deviation

In This Topic
    WriteOBJ Constructor(WriteParamsWithMaterials,String,Double)
    In This Topic
    Document and deviation constructor. The exported model will be regenerated with specified deviation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParamsWithMaterials, _
       ByVal fileName As String, _
       ByVal deviation As Double _
    )
    public WriteOBJ( 
       WriteParamsWithMaterials writeParams,
       string fileName,
       double deviation
    )

    Parameters

    writeParams
    The WriteParamsWithMaterials
    fileName
    The file name (with the *.obj extension)
    deviation
    The maximum deviation
    Remarks
    If the file already exists, it will be overwritten.
    See Also