Convert meshed polygons back into facet

Write facets to ply format
This commit is contained in:
2025-05-24 00:06:11 -04:00
parent 20cf9e9ec5
commit e9b8bea944
5 changed files with 363 additions and 27 deletions

View File

@@ -39,8 +39,6 @@ public class MeshingTest3 {
} catch ( IllegalStateException e ) {
e.printStackTrace();
semiProcess( p );
System.exit( 1 );
}
} );
@@ -71,10 +69,6 @@ public class MeshingTest3 {
}
}
private static void semiProcess( final Plane plane ) {
}
private static List< Plane > mesh( File file ) {
String name = file.getName();
String[] split = name.split( "," );