Пример #1
0
 public SelectionRectangle(MeshCreatorControl control)
 {
     this.control = control;
     this.rectMesh = new SelectionRectangleMesh();
     auxBoundingBoxList = new List<TgcBoundingBox>();
     this.selectiveObjectsAdditive = false;
 }
Пример #2
0
 public SelectionRectangle(MeshCreatorControl control)
 {
     this.control                  = control;
     this.rectMesh                 = new SelectionRectangleMesh();
     auxBoundingBoxList            = new List <TgcBoundingBox>();
     this.selectiveObjectsAdditive = false;
 }