pcb笔记(一):line转为shape,shape转为line

allegro导入.plt图片为line时,将line转换为shape,附加shape转为line操作

前言

当导入的plt图片显示为line时,显示效果不佳时,可以转为shape,本文主要讲述line转为shape以及shape转为line的操作。话不多说,开干。


一、line转shape

1.先看看最终效果图。pcb笔记(一):line转为shape,shape转为line_第1张图片
2.操作步骤。
shape->compose shape,在option中选择转为shape后所在的层,选中想要转换的line,记得在find中勾上line。
pcb笔记(一):line转为shape,shape转为line_第2张图片
pcb笔记(一):line转为shape,shape转为line_第3张图片
以上操作完成后,在find中勾上shape,记得不要勾line才能得到最终效果(当然,如果想要保留下图效果,则不用做此步骤),选中shape右键move将shape移出来。
pcb笔记(一):line转为shape,shape转为line_第4张图片
将line删除即可。
pcb笔记(一):line转为shape,shape转为line_第5张图片

二、shape转为line

1.操作步骤
shape->Decompose Shape,在option中将delete shape after decompose,选中要转换的shape即可。
pcb笔记(一):line转为shape,shape转为line_第6张图片
最终效果
pcb笔记(一):line转为shape,shape转为line_第7张图片

总结

以上就是今天要讲的内容。

你可能感兴趣的:(PCB笔记,pcb工艺)