Contents
Class STL
java.lang.Object
eu.mihosoft.vrl.v3d.STL
Loads a CSG from stl.
- Author:
- Michael Hoffer <info@michaelhoffer.de>
-
Constructor Details
-
Method Details
-
file
Loads a CSG from stl.- Parameters:
path
- file path- Returns:
- CSG
- Throws:
IOException
- if loading failed
-
file
Loads a CSG from InputStream.- Parameters:
fis
- InputStream- Returns:
- CSG
- Throws:
IOException
- if loading failed
-