Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadIGES Class / ReadIGES Constructor / ReadIGES Constructor(Stream,Boolean)
The file stream
Applies IGES model space scale

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

    Parameters

    stream
    The file stream
    applyScaling
    Applies IGES model space scale
    Remarks
    The closing of the stream is delegated to you.
    See Also