Class STL

java.lang.Object
eu.mihosoft.vrl.v3d.STL

public class STL extends Object
Loads a CSG from stl.
Author:
Michael Hoffer <info@michaelhoffer.de>
  • Constructor Details Link icon

    • STL Link icon

      public STL()
  • Method Details Link icon

    • file Link icon

      public static CSG file(Path path) throws IOException
      Loads a CSG from stl.
      Parameters:
      path - file path
      Returns:
      CSG
      Throws:
      IOException - if loading failed
    • file Link icon

      public static CSG file(InputStream fis) throws IOException
      Loads a CSG from InputStream.
      Parameters:
      fis - InputStream
      Returns:
      CSG
      Throws:
      IOException - if loading failed