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