public class MeshExporter extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static String | createDXF(Collection contents)Deprecated.  | 
| static String[] | createWaveFront(Collection contents,
               String mtl_filename)Deprecated.  | 
| static void | saveAsDXF(Collection contents_)Deprecated.  | 
| static void | saveAsDXF(Collection meshgroups,
         File dxf_file) | 
| static void | saveAsSTL(Collection meshgroups,
         File stl_file,
         int filetype) | 
| static void | saveAsSTL(Collection contents_,
         int filetype)Deprecated.  | 
| static void | saveAsWaveFront(Collection contents_)Deprecated.  | 
| static void | saveAsWaveFront(Collection contents_,
               File obj_file)Accepts a collection of MeshGroup objects. | 
| static boolean | saveToFile(File f,
          String data)Utility method to encode text data in 8859_1. | 
| static void | writeAsWaveFront(Collection contents,
                String mtl_filename,
                Writer w_obj,
                Writer w_mtl) | 
| static void | writeDXF(Collection contents,
        Writer w) | 
| static void | writeTrianglesDXF(StringBuffer sb,
                 List triangles,
                 String the_group,
                 String the_color)Deprecated.  | 
public static final int ASCII
public static final int BINARY
@Deprecated public static void saveAsWaveFront(Collection contents_)
public static void saveAsWaveFront(Collection contents_, File obj_file)
@Deprecated public static void saveAsDXF(Collection contents_)
public static void saveAsDXF(Collection meshgroups, File dxf_file)
public static void writeDXF(Collection contents, Writer w) throws IOException
IOException@Deprecated public static void saveAsSTL(Collection contents_, int filetype)
public static void saveAsSTL(Collection meshgroups, File stl_file, int filetype)
@Deprecated public static String createDXF(Collection contents)
@Deprecated public static void writeTrianglesDXF(StringBuffer sb, List triangles, String the_group, String the_color)
@Deprecated public static String[] createWaveFront(Collection contents, String mtl_filename)
public static void writeAsWaveFront(Collection contents, String mtl_filename, Writer w_obj, Writer w_mtl) throws IOException
IOExceptionCopyright © 2015–2021 Fiji. All rights reserved.