Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadSTEP Class / ReadSTEP Constructor / ReadSTEP Constructor(String,Boolean)
The file name
Include free point/curves entities

In This Topic
    ReadSTEP Constructor(String,Boolean)
    In This Topic
    File name constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       Optional ByVal includeWires As Boolean _
    )
    public ReadSTEP( 
       string fileName,
       bool includeWires
    )

    Parameters

    fileName
    The file name
    includeWires
    Include free point/curves entities
    See Also