|
本帖最后由 xieeyawen 于 2025-3-25 18:49 编辑
- axlClearSelSet()
- axlSetFindFilter(?enabled list("noall" "shapes" ) ?onButtons list("noall" "shapes"))
- while(axlSelect(?prompt "Please Select shapes to delete shapes on Etch Layer!")
- _shape_list = axlGetSelSet()
- foreach(_shape_dbid _shape_list layer =car(list(_shape_dbid))->layer layerclass=car(parseString(layer "/"))
- when(layerclass=="ETCH"
- axlDeleteObject(_shape_dbid)
- );endwhen
- );endforeach
- );endwhile
复制代码 代码改成上面的还是不行啦。报错
Cannot edit Shape "Dummy Net, Etch/Top". Symbol "Mark*" has the LOCKED property.
Cannot edit Shape "Dummy Net, Etch/Top". Symbol "Mark*" has the LOCKED property.
Cannot edit Shape "Dummy Net, Etch/Top". Symbol "Mark*" has the LOCKED property.
Cannot edit Shape "Dummy Net, Etch/Top". Symbol "Mark*" has the LOCKED property.
Cannot edit Shape "Dummy Net, Etch/Top". Symbol "Mark*" has the LOCKED property.
Cannot edit Shape "Dummy Net, Etch/Top". Symbol "Mark*" has the LOCKED property.
W- Cannot delete element type: Shape(auto-generated) "Gnd, Etch/Top".
|
|