Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadSTL Class / ReadSTL Constructor / ReadSTL Constructor(String,natureType)
The file name
The mesh nature type of the resulting meshes.

In This Topic
    ReadSTL Constructor(String,natureType)
    In This Topic
    File name and mesh nature settings constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       ByVal meshNature As Mesh.natureType _
    )
    public ReadSTL( 
       string fileName,
       Mesh.natureType meshNature
    )

    Parameters

    fileName
    The file name
    meshNature
    The mesh nature type of the resulting meshes.
    See Also