ReadOBJ(String, Boolean, edgeStyleType) Constructor

Constructor with file name, plain and edge style specifications.
Public Sub New( _ 
ByVal fileName As String, _ 
ByVal plain As Boolean, _ 
ByVal edgeStyle As edgeStyleType
)
This language is not supported or no code example is available.
public ReadOBJ( 
string fileName
bool plain
edgeStyleType edgeStyle 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file to read

plain
bool

If true colors and textures are skipped

edgeStyle
edgeStyleType

The edge style type of the resulting meshes

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition