Eyeshot 10 WinForms API Reference
WriteSTL Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,Stream,Double,Boolean,Boolean)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > WriteSTL Class > WriteSTL Constructor : WriteSTL Constructor(IList<Entity>,IEnumerable<Layer>,IDictionary<String,Block>,Stream,Double,Boolean,Boolean)
The entity list
The layer list
The block dictionary
The file stream
The maximum deviation
ASCII file format. This file format supports multiple parts.
When true, only selected entities at root level are written.
To stream with tolerance constructor. The exported model will be regenerated with specified tolerance.
Syntax
'Declaration
 
Public Function New( _
   ByVal entList As IList(Of Entity), _
   ByVal layerList As IEnumerable(Of Layer), _
   ByVal blockDict As IDictionary(Of String,Block), _
   ByVal stream As Stream, _
   ByVal deviation As Double, _
   Optional ByVal ascii As Boolean, _
   Optional ByVal selectedOnly As Boolean _
)

Parameters

entList
The entity list
layerList
The layer list
blockDict
The block dictionary
stream
The file stream
deviation
The maximum deviation
ascii
ASCII file format. This file format supports multiple parts.
selectedOnly
When true, only selected entities at root level are written.
Remarks
The closing of the stream is delegated to you.
See Also

Reference

WriteSTL Class
WriteSTL Members
Overload List