Eyeshot 10 WinForms API Reference
ReadSTL Constructor(String,Boolean)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadSTL Class > ReadSTL Constructor : ReadSTL Constructor(String,Boolean)
The file name
When true the mesh is loaded in light weight mode.
File name and light weight settings constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As String, _
   ByVal lightWeight As Boolean _
)
public ReadSTL( 
   string fileName,
   bool lightWeight
)

Parameters

fileName
The file name
lightWeight
When true the mesh is loaded in light weight mode.
See Also

Reference

ReadSTL Class
ReadSTL Members
Overload List