示例#1
0
 private void initSnapList() {
   LinkedList<Point3d> allVertexes = canting.getAllVertex();
   snapList = allVertexes;
 }