IStepSetPCBOutline(ListIODBObject, Boolean, Double) Method

Creates the outline from a list of objects.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetPCBOutline(
	List<IODBObject> objects,
	bool useMiddleLine,
	double minLineLengthMils = 1
)

Parameters

objects  ListIODBObject
 
useMiddleLine  Boolean
 
minLineLengthMils  Double  (Optional)
Minimum allowed line/arc length for edges in the outline-polygon (or 0)

Return Value

Boolean
true if successful, false if one or more outline polygon could not be built

Implements

InterfaceStepSetPCBOutline(ListIODBObject, Boolean, Double)

See Also