InterfaceFilterCreateSurfacesFromPad(IPadSpecificsD, IODBLayer) Method

Convertes any Pad to a list of Surfaces without adding it to the layer

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<ISurfaceSpecificsD> CreateSurfacesFromPad(
	IPadSpecificsD spec,
	IODBLayer layer
)

Parameters

spec  IPadSpecificsD
Specifics of relevant Pad (mostly special pads).
layer  IODBLayer
Parent layer to set for surfaces.

Return Value

ListISurfaceSpecificsD
List of surfaces for sub objects of pad.

See Also