|
@@ -176,9 +176,10 @@ namespace OTSModelSharp
|
|
|
// file validation
|
|
|
smpl.SetMsrStatus(poMsrStatus);
|
|
|
smpl.SetMsrResults(poMsrResults);
|
|
|
+ List<Point> listCenterPoint = new List<Point>();
|
|
|
+ Size rectSize = new Size();
|
|
|
+ smpl.InitFieldPosData(out listCenterPoint, out rectSize);//init the underlevel fieldmgr object ,so that we can use it later
|
|
|
|
|
|
-
|
|
|
-
|
|
|
|
|
|
}
|
|
|
|