Eyeshot 10 WinForms API Reference
ReadIGES Constructor(Stream,Boolean)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadIGES Class > ReadIGES Constructor : ReadIGES Constructor(Stream,Boolean)
The file stream
Applies IGES model space scale
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

Reference

ReadIGES Class
ReadIGES Members
Overload List