Skip to content

Commit 27bc72a

Browse files
committed
development
1 parent f9f02fa commit 27bc72a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • src/main/java/eu/mihosoft/vrl/v3d

src/main/java/eu/mihosoft/vrl/v3d/CSG.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4285,4 +4285,12 @@ public String getUniqueId() {
42854285
return uniqueId;
42864286
}
42874287

4288+
public List<Polygon> generatePolygonsFromMesh() throws ColinearPointsException{
4289+
return polygons;
4290+
}
4291+
4292+
public int getNumberOfTriangles() {
4293+
return polygons.size();
4294+
}
4295+
42884296
}

0 commit comments

Comments
 (0)