Eyeshot 10 WinForms API Reference
WriteSTL Constructor(ViewportLayout,String,Double,Boolean,Boolean)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > WriteSTL Class > WriteSTL Constructor : WriteSTL Constructor(ViewportLayout,String,Double,Boolean,Boolean)
The devDept.Eyeshot.ViewportLayout control
The file name (with *.stl extension)
The maximum deviation
ASCII file format. This file format supports multiple parts.
If true, only selected entities at root level are written.
Tolerance constructor. The exported model will be regenerated with specified tolerance.
Syntax
'Declaration
 
Public Function New( _
   ByVal viewportLayout As ViewportLayout, _
   ByVal fileName As String, _
   ByVal deviation As Double, _
   Optional ByVal ascii As Boolean, _
   Optional ByVal selectedOnly As Boolean _
)
public WriteSTL( 
   ViewportLayout viewportLayout,
   string fileName,
   double deviation,
   bool ascii,
   bool selectedOnly
)

Parameters

viewportLayout
The devDept.Eyeshot.ViewportLayout control
fileName
The file name (with *.stl extension)
deviation
The maximum deviation
ascii
ASCII file format. This file format supports multiple parts.
selectedOnly
If true, only selected entities at root level are written.
Remarks
If the file already exists, it will be overwritten.
See Also

Reference

WriteSTL Class
WriteSTL Members
Overload List