ReadOBJ(Stream, edgeStyleType) Constructor

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

Parameters

stream
Stream

The file stream

edgeStyle
edgeStyleType

The edge style type of the resulting meshes

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition