There is a Net property for a pad in PcbLib. However the list of nets is always empty. Where PcbLib takes the list of nets from?
I need to assign holes' array beneath IC (a heat-sink) to GND in footprint.
Create your library footprint as required and leave all pads as 'No Net' (yes, all pads, including the pads which are not assigned to schematic pins).
When you place the part on the PCB, connect GND traces to those heatsink pads (G1 etc).
You will get a connection error when you do that - fix it using the menu option 'Update Free Primitives From Component Pads' ...or was it 'Config Physical Nets' ...I forget now.
See docs:
Create your library footprint as required and leave all pads as 'No Net' (yes, all pads, including the pads which are not assigned to schematic pins).
When you place the part on the PCB, connect GND traces to those heatsink pads (G1 etc).
You will get a connection error when you do that - fix it using the menu option 'Update Free Primitives From Component Pads' ...or was it 'Config Physical Nets' ...I forget now.
See docs:
That's not what I want to do - assigning nets after placing, neither create pins for these pads in symbols.
I want assign the net in the dialog designed for that.
Documentation for the dialog says that nets active for the design will be available - I don't see them there.