예제 #1
0
 // Gets all active faces
 public List <Face> getFaces()
 {
     return(faceTree.getFaces());
 }