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

WPF Assembly > devDept.Eyeshot.Translators Namespace > WriteSTL Class > WriteSTL Constructor : WriteSTL Constructor(ViewportLayout,String,Boolean,Boolean)
The devDept.Eyeshot.ViewportLayout control
The file name (with *.stl extension)
ASCII file format. This file format supports multiple parts.
If true, only selected entities at root level are written.
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal viewportLayout As ViewportLayout, _
   ByVal fileName As String, _
   Optional ByVal ascii As Boolean, _
   Optional ByVal selectedOnly As Boolean _
)
public WriteSTL( 
   ViewportLayout viewportLayout,
   string fileName,
   bool ascii,
   bool selectedOnly
)

Parameters

viewportLayout
The devDept.Eyeshot.ViewportLayout control
fileName
The file name (with *.stl extension)
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