示例#1
0
 public Model()
 {
     WorldMouse         = new Models.WorldMouse();
     BoundingBox        = new BoundingBox();
     allViewPorts       = new Dictionary <String, CadViewPort>();
     allGrahics         = new List <Graphic>();
     NotificationTarget = null;
     FeatureList        = new FeatureList();
 }
示例#2
0
 public Model()
 {
     WorldMouse = new Models.WorldMouse();
      BoundingBox = new BoundingBox();
      allViewPorts = new Dictionary<String, CadViewPort>();
      allGrahics = new List<Graphic>();
      NotificationTarget = null;
      FeatureList = new FeatureList();
 }