在划分区域的时候,删除中间的部分,形成空心,结果delete不了
-
@jpzhao 很迷惑,把第一段删除的代码重复一遍就可以了,不懂为什么,可能是bug?
actions ( { name b5; type cellSet; action new; source boxToCell; sourceInfo { box (0 0 0) (390 240 2960) } } //第一次删除,没起作用 { name b5; type cellSet; action delete; source boxToCell; sourceInfo { box (45 132.5 0) (187.5 215 2960) ; } } //第二次删除,可以了 { name b5; type cellSet; action delete; source boxToCell; sourceInfo { box (45 132.5 0) (187.5 215 2960) ; } } { name b5; type cellSet; action delete; source boxToCell; sourceInfo { box (212.5 132.5 0) (355 215 2960) ; } } { name b5; type cellSet; action delete; source boxToCell; sourceInfo { box (45 25 0) (187.5 107.5 2960); } } { name b5; type cellSet; action delete; source boxToCell; sourceInfo { box (212.5 25 0) (355 107.5 2960); } } { name BODY5; type cellZoneSet; action new; source setToCellZone; sourceInfo { cellSet b5; } }