ReadOBJ(String, edgeStyleType) Constructor

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

Parameters

fileName
string

The file to read

edgeStyle
edgeStyleType

The edge style type of the resulting meshes

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition