Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteOBJ Class / WriteOBJ Constructor / WriteOBJ Constructor(WriteParamsWithMaterials,Stream,Double)
The WriteParamsWithMaterials
The file stream
The maximum deviation

In This Topic
    WriteOBJ Constructor(WriteParamsWithMaterials,Stream,Double)
    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 WriteParamsWithMaterials, _
       ByVal stream As Stream, _
       ByVal deviation As Double _
    )
    public WriteOBJ( 
       WriteParamsWithMaterials writeParams,
       Stream stream,
       double deviation
    )

    Parameters

    writeParams
    The WriteParamsWithMaterials
    stream
    The file stream
    deviation
    The maximum deviation
    Remarks
    The material file will be NOT written.The closing of the stream is delegated to you.
    See Also