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

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

    Parameters

    stream
    The file stream
    includeWires
    Include free point/curves entities
    See Also