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