Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteSTL Class
Members

In This Topic
    WriteSTL Class
    In This Topic
    Helper class to export geometry in STL file format. It supports both binary and ascii file formats.
    Syntax
    'Declaration
     
    Public Class WriteSTL 
       Inherits WriteFileAsync
    public class WriteSTL : WriteFileAsync 
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.Translators.WriteFileAsync
             devDept.Eyeshot.Translators.WriteSTL

    See Also