- Fix ViaStitching to follow change in python API

- Adding the circular zone tools
This commit is contained in:
Jean-Samuel Reynaud
2017-06-26 11:50:45 +02:00
parent 31626d6dcd
commit 35f89092d2
11 changed files with 993 additions and 4 deletions

View File

@ -20,3 +20,26 @@ interface.
Then the result should be:
![The result](images/via2.png)
## CircularZone
A pure python script to create circular zone.
Select a component. This composent will be used as center of the
circular zone. If no component is selected, the origin (0,0) will be
used as center.
After select "Create a circular zone" in the Tools menu, choose the
radius and the type of zone (normal or keep out).
![The interface](image/circular1.png)
A circular zone will be created. Select it to change properties:
![Select zone](image/circular2.png)
![Open properties](image/circular3.png)
Refill the area (B hotkey) then the circular zone is ready.
![Final result](image/circular4.png)