Eyeshot 10 WinForms API Reference
ReadOBJ Constructor(Stream,edgeStyleType)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadOBJ Class > ReadOBJ Constructor : ReadOBJ Constructor(Stream,edgeStyleType)
The file stream
The edge style type of the resulting meshes
Constructor with stream and edge style specifications.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal edgeStyle As Mesh.edgeStyleType _
)
public ReadOBJ( 
   Stream stream,
   Mesh.edgeStyleType edgeStyle
)

Parameters

stream
The file stream
edgeStyle
The edge style type of the resulting meshes
Remarks
The closing of the stream is delegated to you.
See Also

Reference

ReadOBJ Class
ReadOBJ Members
Overload List