Quantcast
Channel: Mentor Graphics Communities: Message List
Viewing all articles
Browse latest Browse all 4541

plane shape refresh 방법 문의

$
0
0

Component의 pin을 Buried 하고자 합니다.

아래와 같이 Script 실행 하면 Pin의 TieLegType은 변경 되지만 Plane shape은 변화가 없고 이전 상태로 보입니다.

하여 plane shape을 refresh 하고 싶은데 어떻게 하면 되는지요?

 

Set Compscoll = pcbDoc.Components

        For Each ocomp In Compscoll

            Set pinscoll = ocomp.pins

                 For Each opin In pinscoll

                      opin.TieLegType = 4 'epcbTieLegBuried

                 Next

         Next


Viewing all articles
Browse latest Browse all 4541

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>