|
@@ -361,11 +361,11 @@ namespace OTSMeasureApp._7_OTSProgMgrInfo.Stage
|
|
|
MessageBox.Show(pHole.GetName() + "is over the boundary, jump over!");
|
|
|
continue;
|
|
|
}
|
|
|
- else if (pSTD.IntersectDomain(pHole))
|
|
|
- {
|
|
|
- MessageBox.Show(pHole.GetName() + " has common part with STD, jump over!");
|
|
|
- continue;
|
|
|
- }
|
|
|
+ //else if (pSTD.IntersectDomain(pHole))
|
|
|
+ //{
|
|
|
+ // MessageBox.Show(pHole.GetName() + " has common part with STD, jump over!");
|
|
|
+ // continue;
|
|
|
+ //}
|
|
|
bool bHasCommonPart = false;
|
|
|
foreach (var pStageHole in listStageHoles)
|
|
|
{
|