Eyeshot 10 WinForms API Reference
ReadOBJ Constructor(String,Boolean,edgeStyleType)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadOBJ Class > ReadOBJ Constructor : ReadOBJ Constructor(String,Boolean,edgeStyleType)
The file to read
If true colors and textures are skipped
The edge style type of the resulting meshes
Constructor with file name, plain and edge style specifications.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String, _
   ByVal plain As Boolean, _
   ByVal edgeStyle As Mesh.edgeStyleType _
)
public ReadOBJ( 
   string fileName,
   bool plain,
   Mesh.edgeStyleType edgeStyle
)

Parameters

fileName
The file to read
plain
If true colors and textures are skipped
edgeStyle
The edge style type of the resulting meshes
See Also

Reference

ReadOBJ Class
ReadOBJ Members
Overload List