All Known Implementing Classes:
SaveSTL

public interface MeshSaver
MeshSaver saves a Mesh to a file.
  • Method Details

    • getEnglishName

      String getEnglishName()
    • getValidExtensions

      String getValidExtensions()
    • save

      void save(OutputStream outputStream, Mesh model) throws Exception
      save data from model to outputStream
      Parameters:
      outputStream -
      model -
      Throws:
      Exception