Skip to content

Commit 0087936

Browse files
committed
remove print, the stl load and export in JCSG are good enough
1 parent ff7d646 commit 0087936

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/eu/mihosoft/vrl/v3d/ext/imagej/STLLoader.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public STLLoader() {
4949
* Signals that an I/O exception has occurred.
5050
*/
5151
public ArrayList<Polygon> parse(File f) throws IOException {
52-
if (CSG.getDefaultOptionType() == OptType.Manifold3d) {
53-
new RuntimeException("Manifold3d STL import not implemented yet").printStackTrace();
54-
}
52+
// if (CSG.getDefaultOptionType() == OptType.Manifold3d) {
53+
// new RuntimeException("Manifold3d STL import not implemented yet").printStackTrace();
54+
// }
5555
ArrayList<Polygon> polygons = new ArrayList<>();
5656

5757
// determine if this is a binary or ASCII STL

0 commit comments

Comments
 (0)