Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / WriteObj Method

In This Topic
    WriteObj Method
    In This Topic
    Writes the material definition to OBJ material (*.mtl) file. For internal use only.
    Syntax
    'Declaration
     
    Public Sub WriteObj( _
       ByVal name As String, _
       ByVal tw As TextWriter, _
       ByVal dir As String _
    ) 
    public void WriteObj( 
       string name,
       TextWriter tw,
       string dir
    )

    Parameters

    name
    tw
    dir
    See Also