在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1848|回复: 9

[求助] 如何运行skill?????

[复制链接]
发表于 2022-7-22 12:25:30 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
求职一下大佬,在eetop里面复制的skill程序,怎么在candance里面运行,求详细步骤,纯小白,不太懂。
 楼主| 发表于 2022-7-22 12:26:19 | 显示全部楼层
hiSetBindKey("Layout" "<Key>6" "xiubian()")  procedure(xiubian() object_List=geGetSelSet()  objectA=car(object_List) pointsA=objectA~>points widthA=objectA~>width objectB=cadr(object_List) pointsB=objectB~>points widthB=objectB~>width  if(car(car(pointsA))==car(cadr(pointsA)) then   pointsShu=pointsA   widthShu=widthA   object_Shu=objectA   pointsHeng=pointsB   widthHeng=widthB   object_Heng=objectB    shoubian() else   pointsShu=pointsB   widthShu=widthB   object_Shu=objectB   pointsHeng=pointsA   widthHeng=widthA   object_Heng=objectA   shoubian() ) ) procedure(shoubian() y1Shu=cadr(car(pointsShu)) y2Shu=cadr(cadr(pointsShu)) yMaxShu=max(y1Shu y2Shu) yMinShu=min(y1Shu y2Shu) x1Heng=car(car(pointsHeng)) x2Heng=car(cadr(pointsHeng)) xMaxHeng=max(x1Heng x2Heng) xMinHeng=min(x1Heng x2Heng) xShu=car(car(pointsShu)) yHeng=cadr(car(pointsHeng))  when((xMaxHeng-xShu)<(xShu-xMinHeng)&&x1Heng<x2Heng   xHeng_new=xShu+widthShu/2   object_Heng~>points=list(car(pointsHeng) rplaca(cadr(pointsHeng) xHeng_new)) ) when((xMaxHeng-xShu)<(xShu-xMinHeng)&&x1Heng>x2Heng   xHeng_new=xShu+widthShu/2   object_Heng~>points=list(rplaca(car(pointsHeng) xHeng_new) cadr(pointsHeng)) )  when((xMaxHeng-xShu)>(xShu-xMinHeng)&&x1Heng<x2Heng   xHeng_new=xShu-widthShu/2   object_Heng~>points=list(rplaca(car(pointsHeng) xHeng_new) cadr(pointsHeng)) ) when((xMaxHeng-xShu)>(xShu-xMinHeng)&&x1Heng>x2Heng   xHeng_new=xShu-widthShu/2   object_Heng~>points=list(car(pointsHeng) rplaca(cadr(pointsHeng) xHeng_new)) )   when((yMaxShu-yHeng)>(yHeng-yMinShu)&&y1Shu<y2Shu   yShu_new=yHeng-widthHeng/2   remove_cell=cadr(car(pointsShu))   object_Shu~>points=list(remove(remove_cell append1(car(pointsShu) yShu_new)) cadr(pointsShu)) ) when((yMaxShu-yHeng)>(yHeng-yMinShu)&&y1Shu>y2Shu   yShu_new=yHeng-widthHeng/2   remove_cell=cadr(cadr(pointsShu))   object_Shu~>points=list(car(pointsShu) remove(remove_cell append1(cadr(pointsShu) yShu_new))) )  when((yMaxShu-yHeng)<(yHeng-yMinShu)&&y1Shu<y2Shu   yShu_new=yHeng+widthHeng/2   remove_cell=cadr(cadr(pointsShu))   object_Shu~>points=list(car(pointsShu) remove(remove_cell append1(cadr(pointsShu) yShu_new))) ) when((yMaxShu-yHeng)<(yHeng-yMinShu)&&y1Shu>y2Shu   yShu_new=yHeng+widthHeng/2   remove_cell=cadr(car(pointsShu))   object_Shu~>points=list(remove(remove_cell append1(car(pointsShu) yShu_new)) cadr(pointsShu)) )    )
发表于 2022-7-22 12:29:32 | 显示全部楼层
load "xxx/xx/test.il"
 楼主| 发表于 2022-7-22 13:05:18 | 显示全部楼层


然后呢,如何要怎么搞,
发表于 2022-7-22 13:38:22 | 显示全部楼层


源天亮 发表于 2022-7-22 13:05
然后呢,如何要怎么搞,


看你这个把快捷键设成6了,那就按6啊,你知道这个作用是啥吧?
发表于 2022-7-22 13:55:16 | 显示全部楼层


源天亮 发表于 2022-7-22 13:05
然后呢,如何要怎么搞,


load成功会返回:t,然后可以使用脚本,在版图里用快捷键6,或者在指令输入xiubian
 楼主| 发表于 2022-7-22 13:57:06 | 显示全部楼层


趋悠 发表于 2022-7-22 13:55
load成功会返回:t,然后可以使用脚本,在版图里用快捷键6,或者在指令输入xiubian
...


我按快捷键,出现can,t handle max(nil nil),这个怎么搞
 楼主| 发表于 2022-7-22 13:58:09 | 显示全部楼层


yuxidaliumang 发表于 2022-7-22 13:38
看你这个把快捷键设成6了,那就按6啊,你知道这个作用是啥吧?


尝试了,它报can,t handle max(nil nil)
发表于 2022-7-22 14:24:21 | 显示全部楼层


源天亮 发表于 2022-7-22 13:58
尝试了,它报can,t handle max(nil nil)


https://bbs.eetop.cn/thread-873609-3-1.html
看27楼
 楼主| 发表于 2022-7-22 15:36:15 | 显示全部楼层


伪界 发表于 2022-7-22 14:24
https://bbs.eetop.cn/thread-873609-3-1.html
看27楼


好的,谢谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-24 10:15 , Processed in 0.025607 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表