We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bc72a commit f3dad96Copy full SHA for f3dad96
1 file changed
src/main/java/eu/mihosoft/vrl/v3d/CSG.java
@@ -4285,7 +4285,7 @@ public String getUniqueId() {
4285
return uniqueId;
4286
}
4287
4288
- public List<Polygon> generatePolygonsFromMesh() throws ColinearPointsException{
+ public List<Polygon> generatePolygonsFromMesh() throws ColinearPointsException {
4289
return polygons;
4290
4291
0 commit comments