论坛帮助 |
社区圈子 |
日历事件 |
2019-11-14, 14:17 | 只看该作者 #3 | |||
|
||||
VIP会员
等级: 七袋长老
|
var doc=app.activeDocument; var actLay=doc.activeLayer; var selLen=doc.selection.length; var testPath=actLay.pathItems.add(); testPath.setEntirePath(Array( Array(0, 0), Array(0, 1) )) testPath.guides=true; testPath.selected=true; if(selLen == doc.selection.length){alert("参考线锁定状态"); app.executeMenuCommand ('lockguide')}//倘若锁定则解锁 else{alert("参考线解锁状态"); app.executeMenuCommand ('lockguide')}//倘若解锁则锁定 testPath.remove() 此帖于 2019-11-14 15:05 被 calvin530126 编辑. |
|||
右列会员因为此帖价值甚高向 calvin530126 表示感谢: |
yzx0120 (2019-11-14)
|