Pads and Components
In the addition to the copper, dielectric and drill layers, a PCB file also contains the component outlines.
Here, we will import some components and crate pads on the copper traces that they connect to.
1
2
3
This will add the components from the list to the table below.
4
This will create pads for the selected components.
5
Notice that additional faces have been created.
To create a simplified 3D representation these pads’ corresponding components, we will add a separate import node.
6
7
8
9
10
Simplified 3D geometries were generated to represent the PCB’s components based on the component outlines available in the file. Since we are only interested in a few components, we can extract them as follows.
11
12
In the Logical expression text area, type imp2.component('C2','C4','C5','C6','R1','R2','R3').
13
14
15
16
17
Only the desired components have been left and all the others have been deleted.