Material.WriteObj Method

Writes the material definition to OBJ material (*.mtl) file. For internal use only.
Public Sub WriteObj( _ 
ByVal name As String, _ 
ByVal tw As TextWriter, _ 
ByVal dir As String
)
This language is not supported or no code example is available.
public void WriteObj( 
string name
TextWriter tw
string dir 
)
This language is not supported or no code example is available.

Parameters

name
string

tw
TextWriter

dir
string

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition