Exemple #1
0
        public string diameter; //内径(上游L3提供)

        public Coil(CoilPoint p, string clh)
        {
            this.p        = p;
            this.clh      = clh;
            this.zzdy     = "";
            this.kb       = "";
            this.X        = 0;
            this.Y        = 0;
            this.scantime = "";
            this.scanflag = -1;
            this.qa       = "";
            this.wide     = "";
            this.diameter = "";
        }
Exemple #2
0
 public void move(CoilPoint p)
 {
     this.p = p;
 }