Example #1
0
 public void createBySide(VertexCollection outSideLowvers, VertexCollection inSideLowvers)
 {
     Delaunay.genTriMesh(tris, outSideLowvers, inSideLowvers, null);
 }
Example #2
0
 public void createBySide(VertexCollection outSideLowvers, VertexCollection inSideLowvers, VertexCollection pointsOfDEM)
 {
     this.InnerPoints = Delaunay.genTriMesh(tris, outSideLowvers, inSideLowvers, pointsOfDEM);
 }