9227| 3
|
[求助] 求文字是否压到焊盘精准的方法代码? |
50SKILL币
最佳答案procedure( TextToPoly16_6(text)
prog( (lines flattened tPolys polys)
lines = axlText2Lines(text)
flattened = foreach(mapcan x lines x)
tPolys = nil
foreach(path flattened
polys = axlPolyFromDB(path ?endCapType 'ROUND ?line2poly t)
foreach(poly polys
if(tPolys then
tPolys = axlPolyOperation(poly tPolys 'OR)
else
tPolys = poly
)
)
)
unless(listp(tPolys) tP ...
| ||
发表于 2017-10-18 14:39:45
|
显示全部楼层
| ||
发表于 2017-10-20 17:06:11
|
显示全部楼层
| ||
Archiver|手机版|网站地图|Cadence Skill 论坛 ( 蜀ICP备13024417号 )
GMT+8, 2024-11-23 20:30 , Processed in 0.173888 second(s), 14 queries .
Powered by Discuz! X3.4
© 2001-2017 Comsenz Inc.