IODBLayerFloodLayer(IPCBIWindow, Double, Double, Double, Double, Double) Method

Flood layer with surfaces, this use pcb outline for edge.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool FloodLayer(
	IPCBIWindow PCBIWindow,
	double FloodDistance = 5,
	double DistanceObjects = 5,
	double MinSizeFlood = 4,
	double MinAreaFlood = 10,
	double DistanceDrillAndRouts = -1
)

Parameters

PCBIWindow  IPCBIWindow
Parent window for get layerbounds or pcb outline.
FloodDistance  Double  (Optional)
Distance from pcb outline and substep outline.
DistanceObjects  Double  (Optional)
Distance from new surfaces to all layer elements.
MinSizeFlood  Double  (Optional)
Minimum size for flood surfaces in X and Y direction.
MinAreaFlood  Double  (Optional)
Minimum area for lost islands.
DistanceDrillAndRouts  Double  (Optional)
Drill and routing distance is only used if value is positive.

Return Value

Boolean
False if a error happens or the layer is disposed.

Implements

InterfaceODBLayerFloodLayer(IPCBIWindow, Double, Double, Double, Double, Double)

See Also