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

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

Parameters

fileName
The file name
lightWeight
When true the mesh is loaded in light weight mode.
meshNature
The mesh nature type of the resulting meshes.
See Also

Reference

ReadSTL Class
ReadSTL Members
Overload List