this.phi = phi;
this.outline = outline;
this.L = L;
- this.out_of_plane_radius = 3mm;
+ this.out_of_plane_radius = 1mm;
this.out_of_plane_tolerance = 0.01;
}
Bs.push(BField(cBar+(-lBar/2,dBy), phi=-90));
Bs.push(BField(cBar+(+lBar/2,dBy), phi=-90));
for (i=0; i<Bs.length; i+=1) {
- Bs[i].out_of_plane_radius = 1mm;
Bs[i].draw();
}
}
}
for (i=0; i<Bs.length; i+=1) {
- Bs[i].out_of_plane_radius = 1mm;
if (abs(Bs[i].center)+Bs[i].out_of_plane_radius <= r)
Bs[i].draw();
}