IFilterCreateSurfacesFromPad(InterfacePadSpecificsD, InterfaceODBLayer) Method

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

Definition

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

Parameters

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

Return Value

ListISurfaceSpecificsD
List of surfaces for sub objects of pad.

Implements

InterfaceFilterCreateSurfacesFromPad(InterfacePadSpecificsD, InterfaceODBLayer)

See Also