Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadSTL Class / ReadSTL Constructor / ReadSTL Constructor(String,Boolean,Boolean,natureType)
The file name
When true the mesh is loaded in light weight mode.
Divides into separate objects meshes that do not connect
The mesh nature type of the resulting meshes.

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

    Parameters

    fileName
    The file name
    lightWeight
    When true the mesh is loaded in light weight mode.
    splitDisjoint
    Divides into separate objects meshes that do not connect
    meshNature
    The mesh nature type of the resulting meshes.
    See Also